Email Class
<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _
Public Class Email
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public static class Email
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public ref class Email
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
AddEmailTemplate(EmailTemplate, IDatabase) | Update a template |
![]() ![]() |
AddNewStamp(EmailStamp, EntityID, IDatabase) | Insert a stamp |
![]() ![]() |
DeleteEmailTemplate(int, IDatabase) | Delete a template from the database |
![]() ![]() |
DeleteStamp(EntityID, IDatabase) | Delete a stamp |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
GetEmailTemplate(string, IDatabase, bool) | Get an email template by name |
![]() ![]() |
GetEmailTemplate(int, IDatabase) | Get an email template by id |
![]() ![]() |
GetEmailTemplates(IDatabase, bool) | Get all email templates in the system |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetStamps(IDatabase) | Get all stamps in the system |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() ![]() |
UpdateEmailTemplate(EmailTemplate, IDatabase) | Update a template |
![]() ![]() |
UpdateStamp(EmailStamp, EntityID, IDatabase) | Update a stamp |
SynergyServerScripting.Entities.Email