IEwsHttpWebRequest.Accept property
Gets or sets the value of the Accept HTTP header.
The Accept property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
Syntax
'Declaration
Property Accept As String
Get
Set
'Usage
Dim instance As IEwsHttpWebRequest
Dim value As String
value = instance.Accept
instance.Accept = value
string Accept { get; set; }
Property value
Type: System.String
The value of the Accept HTTP header. The default value is a null reference (Nothing in Visual Basic).