SenderReputationConfig.ProxyServerType Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ProxyServerType As ProxyType
    Get
    Set
'Usage
Dim instance As SenderReputationConfig
Dim value As ProxyType

value = instance.ProxyServerType

instance.ProxyServerType = value
[ParameterAttribute(Mandatory = false)]
public ProxyType ProxyServerType { get; set; }