PopSubscriptionProxy.IncomingUserName 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 IncomingUserName As String
    Get
    Set
'Usage
Dim instance As PopSubscriptionProxy
Dim value As String

value = instance.IncomingUserName

instance.IncomingUserName = value
public string IncomingUserName { get; set; }

Property value

Type: System.String

See also

Reference

PopSubscriptionProxy class

PopSubscriptionProxy members

Microsoft.Exchange.Transport.Sync.Common.Subscription.Pop namespace