ValidationHelperMULTIPLE_EMAILS_LENGTH Field |
Maximum length of multiple e-mails
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public const int MULTIPLE_EMAILS_LENGTH = 998
Field Value
Type:
Int32Remarks
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