PowerTCP Mail for .NET
Server Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Proxy Class : Server Property




Get or set a value which specifies the proxy server to use.

Syntax

Visual Basic (Declaration) 
Public Property Server As String
Visual Basic (Usage)Copy Code
Dim instance As Proxy
Dim value As String
 
instance.Server = value
 
value = instance.Server
C# 
public string Server {get; set;}
Managed Extensions for C++ 
public: __property string* get_Server();
public: __property void set_Server( 
   string* value
);
C++/CLI 
public:
property String^ Server {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the proxy server to use.

Remarks

Specifies the hostname of the proxy server. Specify the server either in dot notation ("111.111.111.111") or by host name ("myserver").

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.