MailEnabledRecipient.PartnerObjectId Property
This property is for internal use and is not intended to be used in your code.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property PartnerObjectId As Guid
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Guid
value = instance.PartnerObjectId
instance.PartnerObjectId = value
public Guid PartnerObjectId { get; set; }
Property Value
Type: System.Guid