MailBee.NET Objects 7.2

MailMessageCollection.Item Property

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

public MailMessage this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the MailMessage object in the collection.

Property Value

A MailMessage object having the specified zero-based index in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

MailMessageCollection Class | MailBee.Mime Namespace | MailMessage