EmailAttachmentCollectionAdd Method Ipswitch.Messaging.Framework
Add an Attachment to the end of the colleciton.

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

public void Add(
	Attachment item
)

Parameters

item
Type: System.Net.MailAttachment
The Attachment to add to the collection.

Implements

ICollectionTAdd(T)
See Also

Reference