The SendTokenizedBulkEmail type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SendTokenizedBulkEmail()()()() | DotNetNuke.Services.Mail.SendTokenizedBulkEmail | |
| SendTokenizedBulkEmail(List<(Of <<'(String>)>>), List<(Of <<'(UserInfo>)>>), Boolean, String, String) | DotNetNuke.Services.Mail.SendTokenizedBulkEmail |
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()()()() | DotNetNuke.Services.Mail.SendTokenizedBulkEmail | |
| Dispose(Boolean) | DotNetNuke.Services.Mail.SendTokenizedBulkEmail | |
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| AddressMethod | address method for the email to be sent (TO or BCC) | |
| Body |
body text of the email to be sent
| |
| BodyFormat | format of body text for the email to be sent. | |
| LanguageFilter | ||
| PortalAlias | portal alias http path to be used for links to images, ... | |
| Priority |
Priority of emails to be sent
| |
| RelayEmailAddress | ||
| RemoveDuplicates | shall duplicate email addresses be ignored? (default value: false) | |
| ReplyTo | email of the user to be shown in the mail as replyTo address | |
| ReportRecipients | Shall List of recipients appended to confirmation report? | |
| SendingUser | UserInfo of the user sending the mail | |
| Subject |
Subject of the emails to be sent
| |
| SuppressTokenReplace | Shall automatic TokenReplace be prohibited? |