Click or drag to resize

IMailHeader Interface

Interface for the Koden Mailer

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public interface IMailHeader

The IMailHeader type exposes the following members.

Properties
  NameDescription
Public propertyAttachments
Gets or sets the attachments.
Public propertyCC
Gets or sets the cc.
Public propertyFrom
Gets or sets from field.
Public propertySubject
Gets or sets the subject.
Public propertyTo
Gets or sets to field.
Top
See Also