Share via


IMAPSubscriptionProxy.IncomingPort 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 IncomingPort As Integer
    Get
    Set
'Usage
Dim instance As IMAPSubscriptionProxy
Dim value As Integer

value = instance.IncomingPort

instance.IncomingPort = value
public int IncomingPort { get; set; }

Property value

Type: System.Int32

See also

Reference

IMAPSubscriptionProxy class

IMAPSubscriptionProxy members

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