Share via


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

Reference

MailUser class

MailUser members

Microsoft.Exchange.Data.Directory.Management namespace