PopSubscriptionProxy.ServerSupportsMirroring 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 ServerSupportsMirroring As Boolean
Get
Set
'Usage
Dim instance As PopSubscriptionProxy
Dim value As Boolean
value = instance.ServerSupportsMirroring
instance.ServerSupportsMirroring = value
public bool ServerSupportsMirroring { get; set; }
Property value
Type: System.Boolean
See also
Reference
Microsoft.Exchange.Transport.Sync.Common.Subscription.Pop namespace