The following tables list the members exposed by SendEMail.
Public Constructors
Public Properties
| Name | Description |
| CcAddress | Gets or sets a list of e-mail addresses that will receive a courtesy copy of the e-mail. |
| Critical | When set to true, this element will send e-mail when a critical event occurs. |
| Description | Gets a description of this element (Inherited from MVPSI.JAMS.Element) |
| ElementId | Gets the internal ID of this element. (Inherited from MVPSI.JAMS.Element) |
| ElementKind | Gets the ElementKind of this element. This cannot be modified, it is defined in the ElementType. (Inherited from MVPSI.JAMS.Element) |
| ElementName | Gets or sets the name of this element. (Inherited from MVPSI.JAMS.Element) |
| ElementState | Gets the ElementState of this element. (Inherited from MVPSI.JAMS.Element) |
| ElementTypeId | Gets the internal ID of this type of element. (Inherited from MVPSI.JAMS.Element) |
| ElementTypeName | Gets the name of this type of element. (Inherited from MVPSI.JAMS.Element) |
| ElementUid | Get or sets the internal GUID of this element. (Inherited from MVPSI.JAMS.Element) |
| Enabled | Returns a boolean value that indicates if this element is enabled. (Inherited from MVPSI.JAMS.Element) |
| EntryError | When set to true, this element will send e-mail when an entry completes with an Error severity. |
| EntryFatal | When set to true, this element will send e-mail when an entry completes with a Fatal severity. |
| EntryInformational | When set to true, this element will send e-mail when an entry completes with an Informational severity. |
| EntryStarted | When set to true, this element will send e-mail when an entry starts. |
| EntrySuccess | When set to true, this element will send e-mail when an entry completes with an Success severity. |
| EntryWarning | When set to true, this element will send e-mail when an entry completes with an Warning severity. |
| FromAddress | Gets or sets the "from" address of the e-mail. |
| High | When set to true, this element will send e-mail when a high event occurs. |
| Inherited | Returns true if the Element was inherited from a folder above the current object. (Inherited from MVPSI.JAMS.Element) |
| InheritedFromId | Returns the ID of the object that we inherited from. (Inherited from MVPSI.JAMS.Element) |
| InheritedFromName | Returns the name of the object that we inherited from. (Inherited from MVPSI.JAMS.Element) |
| InheritedFromType | Returns type of object that we inherited from. (Inherited from MVPSI.JAMS.Element) |
| Low | When set to true, this element will send e-mail when a low event occurs. |
| MessageBody | Gets or sets the body of the e-mail message |
| Moderate | When set to true, this element will send e-mail when a moderate event occurs. |
| Normal | When set to true, this element will send e-mail when a normal event occurs. |
| Properties | Gets the collection of properties for this element. (Inherited from MVPSI.JAMS.Element) |
| SendPlainText | When set to true, the body of the e-mail is sent as plain text. Otherwise, it is treated as Markdown text and sent as HTML. |
| Subject | Gets or sets the subject line of the e-mail |
| ToAddress | Gets or sets a list of e-mail addresses that will receive the e-mail. |
| Urgent | When set to true, this element will send e-mail when an urgent event occurs. |
| WriteToEntry | When a job is submitted, should this element be included in the Entry? (Inherited from MVPSI.JAMS.Element) |
| WriteToHistory | When a job completes, should this element be included in the History? (Inherited from MVPSI.JAMS.Element) |
Top
Public Methods
Public Events
See Also