PowerTCP Mail for .NET
MaxEncodedLineLength Field




The maximum length for an encoded email line. Header lines are "folded" IAW RFC 2822. Body text will have CR/LF's inserted between encoded characters.
Syntax
Public Shared MaxEncodedLineLength As Integer
Dim value As Integer
 
value = MailMessage.MaxEncodedLineLength
 
MailMessage.MaxEncodedLineLength = value
public static int MaxEncodedLineLength
public: static int MaxEncodedLineLength
public:
static int MaxEncodedLineLength
Remarks
Defaults to the RFC 2822 "requirement" of 998. Set to 78 to comply with the RFC 2822 "recommendation".
See Also

Reference

MailMessage Class
MailMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic