SmtpSettings.SendWithNoBuffer Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
SendWithNoBuffer
Causes the Send(String) and Send(Stream) methods to send message data directly from the input file or stream. Only the headers are processed due to the need to remove 'Bcc' fields.
Declaration
public bool SendWithNoBuffer { get; set; }
Property Value
Type | Description |
---|---|
Boolean |