aspNetEmail

EmailMessage.AddAttachment Method

Adds a previously created attachment.

Overload List

Adds a previously created attachment.

public bool AddAttachment(Attachment);

Adds attachments to the MailMessage.

public bool AddAttachment(string);

Adds an Attachment with a Mail Merge path.

public void AddAttachment(string,AttachmentMMBehavior);

See Also

EmailMessage Class | aspNetEmail Namespace