Mailbox.ArchiveGuid Property
Gets the unique archive identifier for the mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ArchiveGuid As Guid
Get
'Usage
Dim instance As Mailbox
Dim value As Guid
value = instance.ArchiveGuid
public Guid ArchiveGuid { get; }
Property Value
Type: System.Guid
The unique archive identifier of the mailbox.
See Also