Table of Contents

Class InternetMessageHeader

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an Internet message header.

public sealed class InternetMessageHeader : ComplexProperty
Inheritance
InternetMessageHeader
Inherited Members

Properties

Name

The name of the header.

public string Name { get; set; }

Property Value

string

Value

The value of the header.

public string Value { get; set; }

Property Value

string

Methods

ToString()

Obtains a string representation of the header.

public override string ToString()

Returns

string

The string representation of the header.