UidPlusResultSrcUidString Property |
Gets the UID sequence of the messages being copied/moved from the current folder.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string SrcUidString { get; }
Public ReadOnly Property SrcUidString As String
Get
Property Value
Type:
StringThe string containing the UID sequence 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 UID sequence
of the copied/moved messages in the source folder (which is the currently selected folder).
For instance, if the message with UID 567 was copied from "Inbox" folder into "Sent" folder
and was assigned UID 13 in "Sent" folder, this property will return "567".
UploadMessage(MailMessage, String, String, String, Boolean, UidPlusResult) method sets this property to null.
See Also