PowerTCP Mail for .NET
Authentication Property




Authentication technique to use. Defaults to Authentication.Auto.
Syntax
<DefaultValueAttribute()>
Public Property Authentication As Authentication
Dim instance As MailSession
Dim value As Authentication
 
instance.Authentication = value
 
value = instance.Authentication
[DefaultValue()]
public Authentication Authentication {get; set;}
[DefaultValue()]
public: __property Authentication get_Authentication();
public: __property void set_Authentication( 
   Authentication value
);
[DefaultValue()]
public:
property Authentication Authentication {
   Authentication get();
   void set (    Authentication value);
}
See Also

Reference

MailSession Class
MailSession Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic