EmailProfile Class |
Namespace: Dynamicweb.Analytics.Notifications
The EmailProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| EmailProfile |
Initializes a new instance of an object.
| |
| EmailProfile(IDataReader) |
Initializes a new instance of an object.
| |
| EmailProfile(EmailProfile) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Connection | (Inherited from DbObject.) | |
| DisplayName |
Gets the display name of the profile.
| |
| Encoding |
Gets or sets the message body encoding.
| |
| ID | (Inherited from DbObject.) | |
| IsNew | (Inherited from DbObject.) | |
| Sender |
Gets or sets messsage sender.
| |
| Subject |
Gets or sets message subject.
| |
| Template |
Gets or sets the absolute virtual path to the template used to construct message body.
| |
| Transaction | (Inherited from DbObject.) |
| Name | Description | |
|---|---|---|
| ClearCache |
Clears the cache.
| |
| CopyTo |
Copies the state of the current object to the given one.
| |
| Delete | (Inherited from DbObject.) | |
| Delete(Int32) | (Inherited from DbObject.) | |
| DeleteProfiles |
Deletes all existing email profiles.
| |
| DeleteProfiles(IEnumerableInt32) |
Deletes specific email profiles.
| |
| Fill |
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).) | |
| FillRow |
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).) | |
| FormatAddres |
Formats the given email address and returns a string representing it.
| |
| GetDispatchService |
Returns a reference to a service that will be used to dispatch notifications associated with this profile.
| |
| GetProfileByID |
Returns email profile by its ID.
| |
| GetProfiles |
Returns a list of all available email profiles.
| |
| KeepProfiles |
Deletes all email profiles except of specific ones.
| |
| Load | (Inherited from DbObject.) | |
| ParseAddress |
Parses email address information from the given string.
| |
| Save |
Saves the profile.
(Overrides DbObjectSave.) |
| Name | Description | |
|---|---|---|
| _id | (Inherited from DbObject.) | |
| _keyField | (Inherited from DbObject.) | |
| _tableName | (Inherited from DbObject.) |