Share via


IEwsHttpWebResponse.ContentType property

Gets the Multipurpose Internet Mail Extensions (MIME) protocol ContentType header.

The ContentType 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
ReadOnly Property ContentType As String
    Get
'Usage
Dim instance As IEwsHttpWebResponse
Dim value As String

value = instance.ContentType
string ContentType { get; }

Property value

Type: System.String
The MIME content type header of the response.

See also

Reference

IEwsHttpWebResponse interface

IEwsHttpWebResponse members

Microsoft.Exchange.WebServices.Data namespace