GetServiceConfigurationType.ActingAs Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ActingAs As EmailAddressType
    Get
    Set
'Usage
Dim instance As GetServiceConfigurationType
Dim value As EmailAddressType

value = instance.ActingAs

instance.ActingAs = value
public EmailAddressType ActingAs { get; set; }