Share via


ReducedRecipient.AuthenticationType property

Gets a value that indicates the authentication type used for the recipient.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property AuthenticationType As Nullable(Of AuthenticationType)
    Get
    Friend Set
'Usage
Dim instance As ReducedRecipient
Dim value As Nullable(Of AuthenticationType)

value = instance.AuthenticationType
public Nullable<AuthenticationType> AuthenticationType { get; internal set; }

Property value

Type: System.Nullable<AuthenticationType>
One of the enumeration values that indicates the authentication type used for the recipient.

See also

Reference

ReducedRecipient class

ReducedRecipient members

Microsoft.Exchange.Data.Directory.Management namespace