ADRecipient.BypassModerationFrom Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property BypassModerationFrom As MultiValuedProperty(Of ADObjectId)
Get
Set
'Usage
Dim instance As ADRecipient
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.BypassModerationFrom
instance.BypassModerationFrom = value
public MultiValuedProperty<ADObjectId> BypassModerationFrom { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>