UidPlusResultDestUidValidity Property |
Gets the UIDVALIDITY of the folder the messages have been uploaded/copied/moved into.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public long DestUidValidity { get; }
Public ReadOnly Property DestUidValidity As Long
Get
Property Value
Type:
Int64The new UIDVALIDITY value of the target folder after completion of uploading/copying/moving messages into this folder,
or -1 if UIDPLUS is not supported by the server.
Remarks For more information regarding UIDVALIDITY, see
UidValidity topic.
See Also