Table of Contents

Class EmailHelper

Namespace
CMS.EmailEngine
Assembly
CMS.EmailEngine.dll

E-mail utility methods.

public static class EmailHelper
Inheritance
object
EmailHelper

Properties

TransferEncoding

E-mail transfer encoding. Default value is TransferEncoding.Base64. The setting may be changed by configuring the TransferEncoding value.

[Obsolete("Property is deprecated and will be removed in future versions.")]
[ObsoleteSince(29, 7)]
public static TransferEncoding TransferEncoding { get; }

Property Value

TransferEncoding

Methods

SetReplyToEmailAddress(MailMessage, string)

Sets ReplyTo e-mail address of the given message (internally handles .NET 4.0 backward compatibility).

public static void SetReplyToEmailAddress(MailMessage message, string replyTo)

Parameters

message MailMessage

E-mail message

replyTo string

Reply to add