Click or drag to resize

EmailMessage Class

A complete email message that can be sent using the SendEmail() method.
Inheritance Hierarchy
SystemObject
  IscEmailMessage

Namespace:  Isc
Assembly:  iscmessageservice_v4 (in iscmessageservice_v4.dll) Version: 4.0.0.0
Syntax
public class EmailMessage

The EmailMessage type exposes the following members.

Constructors
  NameDescription
Public methodEmailMessage
Top
Properties
  NameDescription
Public propertyBody
Plaintext body.
Public propertydocuments
The file(s) to be populated into the message body. These can be in a number of formats, specified using the format property. This field must have at least one item.
Public propertyReplyTo
Reply To address
Public propertysender
The sending account that should be used to transmit these messages. For authentication purposes.
Public propertySubject
Subject
Public propertyToList
One or more delivery addresses.
Top
See Also

Reference