Gets or sets POP server name.
[Visual Basic]
Public Property Server As String
[C#]
public string Server {get; set;}
Property Value
String to indicate a server name.
Example
How to set POP server name.
pop.Server = "example.com"
pop.Server = "example.com";
See Also
AwPop Class | Asterworld.Mail Namespace