ItemType.InternetMessageHeaders Property
The InternetMessageHeaders property gets or sets an array of the type InternetHeaderType that represents the collection of all Internet message headers that are contained in an item in a mailbox.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property InternetMessageHeaders As InternetHeaderType()
Get
Set
'Usage
Dim instance As ItemType
Dim value As InternetHeaderType()
value = instance.InternetMessageHeaders
instance.InternetMessageHeaders = value
public InternetHeaderType[] InternetMessageHeaders { get; set; }
Property Value
Type: []
The InternetMessageHeaders property returns an array of the type InternetHeaderType that represents the collection of all Internet message headers that are contained in an item in a mailbox.
See Also