UidPlusResultDestUids Property
Gets the UID collection of the messages been uploaded/copied/moved into the target folder.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public UidCollection DestUids { get; }

Property Value

Type: UidCollection
The collection of UIDs of the messages been copied/moved into the target folder, or a null reference (Nothing in Visual Basic) if UIDPLUS extension is not supported or the messages were not copied or moved.
Remarks

After copying or moving messages, this property contains the UIDs of the messages copied/moved into the destination folder. For instance, if the messages with UIDs 567 and 680 were moved from "Inbox" folder into "Sent" folder and were assigned UID 13 and 14 in "Sent" folder, this property will return the collection containing UIDs 13 and 14.

UploadMessage(MailMessage, String, String, String, Boolean, UidPlusResult) method initializes this collection with the UID assigned to the uploaded message (or null if UIDPLUS is not supported by the server).

See Also