EmailMessage

Wisej.Hybrid.Shared.Communication.EmailMessage

Namespace: Wisej.Hybrid.Shared.Communication

Assembly: Wisej.Hybrid (3.5.0.0)

Represents a single email message.

public class EmailMessage

Constructors

Initializes a new instance of the EmailMessage class.

Initializes a new instance of the EmailMessage class with the specified subject, body, and recipients.

NameTypeDescription

subject

The email subject.

body

The email body.

to

The email recipients.

Properties

List<String>: Gets or sets the email's BCC (Blind Carbon Copy) recipients.

String: Gets or sets the email's body.

EmailBodyFormat: Gets or sets a value indicating whether the message is in plain text or HTML.

Html is not supported on Windows.

List<String>: Gets or sets the email's CC (Carbon Copy) recipients.

String: Gets or sets the email's subject.

List<String>: Gets or sets the email's recipients.

Last updated