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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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