ReducedRecipient.IsValidSecurityPrincipal Property
Gets a value that indicates whether the security principal for the recipient is valid.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsValidSecurityPrincipal As Boolean
Get
'Usage
Dim instance As ReducedRecipient
Dim value As Boolean
value = instance.IsValidSecurityPrincipal
public bool IsValidSecurityPrincipal { get; }
Property Value
Type: System.Boolean
true if the security principal for the recipient is valid; otherwise, false.