Méthode | Description | |
---|---|---|
GetExternalDistributionListOwner ( string dl, |
Get the owner of an external distribution list.
|
|
PerformExchangeRequest ( |
Core method for performing EWS calls against the Exchange service.
|
Méthode | Description | |
---|---|---|
GetBasicAuthFormat ( |
Gets the concatenated username:password string required for the REST request.
|
public GetExternalDistributionListOwner ( string dl, |
||
dl | string | Distribution list name (alias) without the domain. |
credentials | User credentials for service access. | |
isValidDl | bool | Indicates if there exists a DL with the alias. |
Résultat | string |
public PerformExchangeRequest ( |
||
credentials | User credentials. | |
exchangeUrl | string | URL to the EWS endpoint. |
param | string | Additional parameters that work with the specific request. |
requestType | ExchangeRequestType | Type of the EWS request. |
additionalParam | IEnumerable |
List of additional parameters needed for a request. |
Résultat | IExchangeResponse |