The SendTokenizedBulkEmail type exposes the following members.

Constructors

  NameDescription
Public methodSendTokenizedBulkEmail()()()()
DotNetNuke.Services.Mail.SendTokenizedBulkEmail
Public methodSendTokenizedBulkEmail(List<(Of <<'(String>)>>), List<(Of <<'(UserInfo>)>>), Boolean, String, String)
DotNetNuke.Services.Mail.SendTokenizedBulkEmail

Methods

  NameDescription
Public methodAddAddressedRole
Add all members of a role to recipient list
Public methodAddAddressedUser
Add a single recipient
Public methodAddAttachment(String)
Add a single attachment file to the email
Public methodAddAttachment(Stream, ContentType)
Public methodDispose()()()()
DotNetNuke.Services.Mail.SendTokenizedBulkEmail
Protected methodDispose(Boolean)
DotNetNuke.Services.Mail.SendTokenizedBulkEmail
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecipients
All bulk mail recipients, derived from role names and individual adressees
Public methodSend
Wrapper for Function SendMails
Public methodSendMails
Send bulkmail to all recipients according to settings
Public methodSetSMTPServer
Specify SMTP server to be used
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
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

  NameDescription
Public propertyAddressMethod
address method for the email to be sent (TO or BCC)
Public propertyBody
body text of the email to be sent
Public propertyBodyFormat
format of body text for the email to be sent.
Public propertyLanguageFilter
Public propertyPortalAlias
portal alias http path to be used for links to images, ...
Public propertyPriority
Priority of emails to be sent
Public propertyRelayEmailAddress
Public propertyRemoveDuplicates
shall duplicate email addresses be ignored? (default value: false)
Public propertyReplyTo
email of the user to be shown in the mail as replyTo address
Public propertyReportRecipients
Shall List of recipients appended to confirmation report?
Public propertySendingUser
UserInfo of the user sending the mail
Public propertySubject
Subject of the emails to be sent
Public propertySuppressTokenReplace
Shall automatic TokenReplace be prohibited?

See Also