ADUser.HasLocalArchive Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property HasLocalArchive As Boolean
Get
'Usage
Dim instance As ADUser
Dim value As Boolean
value = instance.HasLocalArchive
public bool HasLocalArchive { get; }
Property Value
Type: System.Boolean
See Also