IEWSClient.Headers

IEWSClient.Headers property

Gets array of name value pairs wich are added to WebHeaderCollection in EWS request.

public KeyValuePair<string, string>[] Headers { get; }

See Also