EmailHelper MembersKentico 8.0 API Reference
The EmailHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGetEmailFormat(Int32)
Gets the e-mail format for the site given its site ID.
Public methodStatic memberGetEmailFormat(String)
Gets the e-mail format for the site given its site name.
Public methodStatic memberGetReplyToEmailAddress
Returns ReplyTo e-mail address from message (internally handles .NET 4.0 backward compatibility).
Public methodStatic memberGetSender
Returns e-mail sender from template, if defined or specified sender.
Public methodStatic memberGetSubject
Returns e-mail subject from template, if defined or default subject.
Public methodStatic memberGetTransferEncoding
Gets the transfer encoding enumeration.
Public methodStatic memberIsAnySendingEnabled
Returns if e-mail sending is enabled in either global or any site settings.
Public methodStatic memberResolveMetaFileImages(EmailMessage, List MetaFileInfo )
Appends all attached files to given email. Replaces link 'src="...GetMetaFile.aspx?...fileguid=..."' or 'src=".../GetMetaFile/..." with link to e-mail inline attachments (only for images).
Public methodStatic memberResolveMetaFileImages(EmailMessage, Int32, String, String)
Appends all attached files to given email. Replaces link 'src="...GetMetaFile.aspx?...fileguid=..."' or 'src=".../GetMetaFile/..." with link to e-mail inline attachments (only for images).
Public methodStatic memberSetReplyToEmailAddress
Sets ReplyTo e-mail address of the given message (internally handles .NET 4.0 backward compatibility).
Public methodStatic memberToEmailPriority
Converts a OnlineMailPriority value to EmailPriorityEnum value.
Public methodStatic memberToMailPriority
Converts a EmailPriorityEnum value to OnlineMailPriority value.
Back to Top
Fields

  NameDescription
Public fieldStatic memberDEFAULT_EMAIL_SENDER
E-mail used as default sender
Back to Top
Properties

  NameDescription
Public propertyStatic memberDebugEmails
Gets if the debug mode is active. If the debug mode is on, the e-mail sending thread sleeps for 500-1000ms instead of actually sending the e-mail.
Public propertyStatic memberLogEmails
If true, sent e-mails are logged to the file.
Public propertyStatic memberLogFile
Logs file.
Public propertyStatic memberSimulateFailedEmails
Gets if the simulation of e-mail send failures is active. If true, and exception is thrown when trying to send an e-mail.
Public propertyStatic memberTransferEncoding
E-mail transfer encoding.
Back to Top
See Also