Click or drag to resize
ValidationHelperMULTIPLE_EMAILS_LENGTH Field
Maximum length of multiple e-mails

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public const int MULTIPLE_EMAILS_LENGTH = 998

Field Value

Type: Int32
Remarks
According to RFC 2822 line length must be no more than 998 characters long. As multiple e-mail addresses are in one line, this length should not exceed.
See Also