The SendTokenizedBulkEmail type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddAddressedRole | Add all members of a role to recipient list | |
| AddAddressedUser | Add a single recipient | |
| AddAttachment(String) | Add a single attachment file to the email | |
| AddAttachment(Stream, ContentType) | ||
| Dispose()()()() | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object..::..Finalize()()()().) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Recipients | All bulk mail recipients, derived from role names and individual adressees | |
| Send | Wrapper for Function SendMails | |
| SendMails | Send bulkmail to all recipients according to settings | |
| SetSMTPServer | Specify SMTP server to be used | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |