IMAPSubscriptionProxy.IncomingUserName 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 IncomingUserName As String
Get
Set
'Usage
Dim instance As IMAPSubscriptionProxy
Dim value As String
value = instance.IncomingUserName
instance.IncomingUserName = value
public string IncomingUserName { get; set; }
Property value
Type: System.String
See also
Reference
Microsoft.Exchange.Transport.Sync.Common.Subscription.Imap namespace