IMAPSubscriptionProxy.IncomingAuthentication property
Namespace: Microsoft.Exchange.Transport.Sync.Common.Subscription.Imap
Assembly: Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)
Syntax
'Declaration
Public Property IncomingAuthentication As IMAPAuthenticationMechanism
Get
Set
'Usage
Dim instance As IMAPSubscriptionProxy
Dim value As IMAPAuthenticationMechanism
value = instance.IncomingAuthentication
instance.IncomingAuthentication = value
public IMAPAuthenticationMechanism IncomingAuthentication { get; set; }
Property value
Type: Microsoft.Exchange.Data.IMAPAuthenticationMechanism
See also
Reference
Microsoft.Exchange.Transport.Sync.Common.Subscription.Imap namespace