The SendTokenizedBulkEmail type exposes the following members.

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()()()()
Protected methodDispose(Boolean)
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.)

See Also