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
<XmlArrayItemAttribute("InternetMessageHeader", IsNullable:=False)> _
Public Property InternetMessageHeaders As InternetHeaderType()
[XmlArrayItemAttribute("InternetMessageHeader", IsNullable=false)]
public InternetHeaderType[] InternetMessageHeaders { get; set; }
[XmlArrayItemAttribute(L"InternetMessageHeader", IsNullable=false)]
public:
property array<InternetHeaderType^>^ InternetMessageHeaders {
array<InternetHeaderType^>^ get ();
void set (array<InternetHeaderType^>^ value);
}
/** @property */
public InternetHeaderType[] get_InternetMessageHeaders ()
/** @property */
public void set_InternetMessageHeaders (InternetHeaderType[] value)
public function get InternetMessageHeaders () : InternetHeaderType[]
public function set InternetMessageHeaders (value : InternetHeaderType[])
Property Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)