EmailAttachmentCollectionItem Property Ipswitch.Messaging.Framework
Gets or sets an Attachment found at a particular index.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

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

Parameters

index
Type: SystemInt32
The index where the Attachment that is being set or retrieved can be found.

Return Value

Type: Attachment

Implements

IListTItemInt32
See Also

Reference