Gets or sets a value to indicate whether it uses the POP3S (POP3 over SSL/TLS).
[Visual Basic]
Public Property Pop3s As Boolean
[C#]
public bool Pop3s {get; set;}
Property Value
true if it uses the POP3S; otherwise, false.
Remarks
Can use the POP3S in .NET Framework 2.0 or later.
Example
How to set a value to indicate whether it uses the POP3S.
pop.Pop3s = True
pop.Pop3s = true;
See Also
AwPop Class | Asterworld.Mail Namespace