Share via


PopSubscriptionProxy.IncomingAuthentication Property

Namespace:  Microsoft.Exchange.Transport.Sync.Common.Subscription.Pop
Assembly:  Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)

Syntax

'Declaration
Public Property IncomingAuthentication As AuthenticationMechanism
    Get
    Set
'Usage
Dim instance As PopSubscriptionProxy
Dim value As AuthenticationMechanism

value = instance.IncomingAuthentication

instance.IncomingAuthentication = value
public AuthenticationMechanism IncomingAuthentication { get; set; }