Mailbox.ExchangeGuid property
Gets the unique identifier of the Exchange Server installation.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ExchangeGuid As Guid
Get
'Usage
Dim instance As Mailbox
Dim value As Guid
value = instance.ExchangeGuid
public Guid ExchangeGuid { get; }
Property value
Type: System.Guid
A unique identifier.