Click or drag to resize

Email Methods

The Email type exposes the following members.

Methods
  NameDescription
Public methodAddAttachment
Adds the specified attachment to the collection.
Public methodGetByteArray
Returns an array of bytes represents a message.
Public methodRemoveFileFromAttachment
Finds and removes the specified attached file from the collection.
Public methodSend
Sends the current e-mail message.
Public methodStatic memberSendMail(String, String, String, String, String, String, String)
Creates and sends the e-mail message.
Public methodStatic memberSendMail(String, String, String, String, String, String, Encoding)
Creates and sends the e-mail message.
Public methodSendToPickUpDirectory
Saves the current message in the DropFolder of SMTP server.
Top
See Also