ADUser.PreviousExchangeGuid property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property PreviousExchangeGuid As Guid
Get
Set
'Usage
Dim instance As ADUser
Dim value As Guid
value = instance.PreviousExchangeGuid
instance.PreviousExchangeGuid = value
public Guid PreviousExchangeGuid { get; set; }
Property value
Type: System.Guid