| 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.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
BooleanSee Also