UidPlusResultSrcUids Property
Gets the UID collection of the messages being copied/moved from the current folder.

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

Property Value

Type: UidCollection
The collection of UIDs of the messages being copied/moved from the current 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 copied/moved messages in the source folder (which is the currently selected 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 567 and 680.

UploadMessage(MailMessage, String, String, String, Boolean, UidPlusResult) method sets this property to null.

See Also