Documentation

GetServiceConfigurationType extends BaseRequestType
in package

Defines a GetServiceConfiguration request.

Table of Contents

Properties

$ActingAs  : EmailAddressType
Identifies who the caller is sending as.
$RequestedConfiguration  : ArrayOfServiceConfigurationType
Contains the requested service configurations.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$ActingAs

Identifies who the caller is sending as.

public EmailAddressType $ActingAs

This element is optional.

If this element is not present, the authenticated user is assumed to be the sender. The ActingAs element must be included for requesting sender hints. An ErrorInvalidArgument error can be returned in a response if the ActingAs element is missing, does not include a routing type, does not include an e-mail address, contains an invalid e-mail address, does not resolve to a user in Active Directory Domain Services (AD DS), or resolves to multiple users in AD DS.

Tags
since

Exchange 2010

$RequestedConfiguration

Contains the requested service configurations.

public ArrayOfServiceConfigurationType $RequestedConfiguration

This element is required.

Tags
since

Exchange 2010

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results