Click or drag to resize

EmailProfile Methods

The EmailProfile type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearCache
Clears the cache.
Public methodCopyTo
Copies the state of the current object to the given one.
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodStatic memberDeleteProfiles
Deletes all existing email profiles.
Public methodStatic memberDeleteProfiles(IEnumerableInt32)
Deletes specific email profiles.
Public methodFill
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberFormatAddres
Formats the given email address and returns a string representing it.
Public methodGetDispatchService
Returns a reference to a service that will be used to dispatch notifications associated with this profile.
Public methodStatic memberGetProfileByID
Returns email profile by its ID.
Public methodStatic memberGetProfiles
Returns a list of all available email profiles.
Public methodStatic memberKeepProfiles
Deletes all email profiles except of specific ones.
Public methodLoad (Inherited from DbObject.)
Public methodStatic memberParseAddress
Parses email address information from the given string.
Public methodSave
Saves the profile.
(Overrides DbObjectSave.)
Top
See Also