MailMessageAddAttachment Method

Add an attachment to message

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public virtual void AddAttachment(
	Attachment attachment
)

Parameters

attachment
Type: Aspose.EmailAttachment
Attachment for adding
See Also