UidPlusResultDestUidValidity Property
Gets the UIDVALIDITY of the folder the messages have been uploaded/copied/moved into.

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

Property Value

Type: Int64
The 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