Ews.ProvisionHeadersAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
ProvisionHeadersAsync(String[], Object)
Begins asynchronous ProvisionHeaders operation. Provision custom X-Headers on an Exchange server.
Declaration
public Task ProvisionHeadersAsync(string[] headers, object state = null)
Parameters
Type | Name | Description |
---|---|---|
String[] | headers | Custom X-Headers to provision. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |