PowerTCP Mail for .NET
Domain Property




Gets or sets the domain (used for GSSAPI and NTLM authentication only).
Syntax
<DefaultValueAttribute()>
Public Property Domain As String
Dim instance As AuthenticatedSession
Dim value As String
 
instance.Domain = value
 
value = instance.Domain
[DefaultValue()]
public string Domain {get; set;}
[DefaultValue()]
public: __property string* get_Domain();
public: __property void set_Domain( 
   string* value
);
[DefaultValue()]
public:
property String^ Domain {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

AuthenticatedSession Class
AuthenticatedSession Members


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