MailUser.DisabledArchiveGuid Property
Gets the unique identifier (ID) of the disabled archive mailbox associated with this mail user.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property DisabledArchiveGuid As Guid
Get
'Usage
Dim instance As MailUser
Dim value As Guid
value = instance.DisabledArchiveGuid
public Guid DisabledArchiveGuid { get; }
Property Value
Type: System.Guid
The unique ID of the disabled archive mailbox associated with this mail user.
See Also