MailBee.NET Objects 4.0

HeaderCollection.Item Property

Gets or sets the Header object in the collection at the specified zero-based index.

Overload List

Gets or sets the Header object in the collection at the specified zero-based index.

public Header this[int] {get; set;}

Gets or sets the Header object of the collection by the header name.

public string this[string] {get; set;}

See Also

HeaderCollection Class | MailBee.Mime Namespace | MailMessage