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; }
Property value
Type: Microsoft.Exchange.Transport.Sync.Common.Subscription.Pop.AuthenticationMechanism
See also
Reference
Microsoft.Exchange.Transport.Sync.Common.Subscription.Pop namespace