Gets or sets whether pipelining (joining commands in batches) must be enabled by default.
If true, the pipelining will be enabled by default; otherwise, disabled. The default value is true.
If this property value is true and pipelining was not explicitly disabled and the mail server supports pipelining, it will be used. Using pipelining greatly increases performance of communication with the mail server.
Note If SafeMode is false, Pipelining value will be false too and the pipelining will be disabled.The developer, however, may still connect to the mail server with pipelining enabled using Connect method overload which explicitly specifies whether pipelining should be used or not. For instance, for Pop3 class, such overload is Connect.
Global Class | MailBee Namespace