Click or drag to resize

IEmail Methods

The IEmail type exposes the following members.

Methods
  NameDescription
Public methodDelete
Flag the entity as deleted in database
(Inherited from IEntityBase.)
Public methodDelete(Boolean)
Flag an entity as deleted or definitively delete it in the database.
(Inherited from IOwnerEntity.)
Public methodReload
Reload the entity, using the current database value. Returns successful value when the operation succeed
(Inherited from IOwnerEntity.)
Public methodRestore
Restore an entity flag as deleted
(Inherited from IOwnerEntity.)
Public methodSave
Save (create or update) an entity
(Inherited from IEntityBase.)
Public methodSend(IUser)
Send the email to the specified user.
Public methodSend(IListIUser)
Send the email to the specified users.
Public methodSend(IUser, ISurvey)
Send the email to the specified user. Use this overload if your mail contains surveys related macros.
Public methodSend(IListIUser, ISurvey)
Send the email to the specified users.
Public methodValidate
Validate the integrity of the entity
(Inherited from IEntityBase.)
Top
See Also