MailMessageAddAttachment Method |
Add an attachment to message
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual void AddAttachment(
Attachment attachment
)
Public Overridable Sub AddAttachment (
attachment As Attachment
)
public:
virtual void AddAttachment(
Attachment^ attachment
)
abstract AddAttachment :
attachment : Attachment -> unit
override AddAttachment :
attachment : Attachment -> unit
Parameters
- attachment
- Type: Aspose.EmailAttachment
Attachment for adding
See Also