Gets the Unique-ID string.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string UniqueId { get; }
Public ReadOnly Property UniqueId As String
Get
Property Value
Type:
StringThe Unique-ID string of the item.
Remarks EWS ID is actually a string. This property provides access to the string value stored by
ItemId object.
See Also