MailBee.NET Objects 4.0

AttachmentCollection.Item Property

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

Overload List

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

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

Gets the Attachment object in the collection by the specified filename.

public Attachment this[string] {get;}

See Also

AttachmentCollection Class | MailBee.Mime Namespace | Item