HttpHeaders property

Map<String, String> HttpHeaders
Gets or sets a flag to indicate whether the client requires the server side to return the request id. Gets a collection of HTTP headers that will be sent with each request to EWS.

Implementation

// bool ReturnClientRequestId
//        {
//            get { return this.returnClientRequestId; }
//            set { this.returnClientRequestId = value; }
//        }

/// <summary>
/// Gets a collection of HTTP headers that will be sent with each request to EWS.
/// </summary>
Map<String, String> get HttpHeaders => this._httpHeaders;