ItemType.InternetMessageHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property cli::array <ExchangeWebServices::InternetHeaderType ^> ^ InternetMessageHeaders { cli::array <ExchangeWebServices::InternetHeaderType ^> ^ get(); void set(cli::array <ExchangeWebServices::InternetHeaderType ^> ^ value); };
public ExchangeWebServices.InternetHeaderType[] InternetMessageHeaders { get; set; }
Public Property InternetMessageHeaders As 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.