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
-
objectEmailMessageExtensions
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
EmailMessageEmail message to validate.
validationMessage
stringValidation 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.