 | ImapConfigurationAlwaysConcatRN Property |
Gets or sets a value indicating \r\n isa always concatenated when sending data to server, so it is written in a single write operation.
Default is false. Yahoo servers default is true.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool AlwaysConcatRN { get; set; }Public Property AlwaysConcatRN As Boolean
Get
Set
public:
property bool AlwaysConcatRN {
bool get ();
void set (bool value);
}member AlwaysConcatRN : bool with get, set
Property Value
Boolean
See Also