Dart.Mail Namespace > SmtpSession Class : AutoPipeline Property |
<DefaultValueAttribute()> Public Property AutoPipeline As Boolean
Dim instance As SmtpSession Dim value As Boolean instance.AutoPipeline = value value = instance.AutoPipeline
[DefaultValue()] public bool AutoPipeline {get; set;}
[DefaultValue()] public: __property bool get_AutoPipeline(); public: __property void set_AutoPipeline( bool value );
[DefaultValue()] public: property bool AutoPipeline { bool get(); void set ( bool value); }