EmailAttachmentCollectionRemoveAt Method Ipswitch.Messaging.Framework
Removes the 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 void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the Attachment to be removed.

Implements

IListTRemoveAt(Int32)
See Also

Reference