AwPop.Pop3s Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.