Share via


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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace