Table of Contents

Class EmailMessageExtensions

Namespace
CMS.EmailEngine
Assembly
CMS.EmailEngine.dll

Extension methods for the EmailMessage validation before sending using the email client.

public static class EmailMessageExtensions
Inheritance
object
EmailMessageExtensions

Methods

Validate(EmailMessage, out string)

Validates email message properties to be correctly configured.

public static bool Validate(this EmailMessage emailMessage, out string validationMessage)

Parameters

emailMessage EmailMessage

Email message to validate.

validationMessage string

Validation message in case the validation fails.

Returns

bool

Remarks

The email message subject needs to be filled. The email address format for properties like From, Recipients e.g. needs to be supported by the System.Net.Mail.MailAddress class.