ProxyAddressBase.ToSecondary Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public MustOverride Function ToSecondary As ProxyAddressBase
'Usage
Dim instance As ProxyAddressBase
Dim returnValue As ProxyAddressBase
returnValue = instance.ToSecondary()
public abstract ProxyAddressBase ToSecondary()
Return Value
Type: Microsoft.Exchange.Data.ProxyAddressBase
Returns ProxyAddressBase.
See Also