Share via


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

value = instance.IncomingServer

instance.IncomingServer = value
public Fqdn IncomingServer { get; set; }

Property value

Type: Microsoft.Exchange.Data.Fqdn

See also

Reference

IMAPSubscriptionProxy class

IMAPSubscriptionProxy members

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