MailboxId.MailboxGuid Property
Gets the unique identifier of the specified mailbox.
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public ReadOnly Property MailboxGuid As Guid
Get
'Usage
Dim instance As MailboxId
Dim value As Guid
value = instance.MailboxGuid
public Guid MailboxGuid { get; }
Property Value
Type: System.Guid
The unique identifier of the mailbox.