Gets or sets a value to indicate whether it uses the APOP authentication.
[Visual Basic]
Public Property Apop As Boolean
[C#]
public bool Apop {get; set;}
Property Value
true if it uses the APOP authentication; otherwise, false.
Example
How to set a value to indicate whether it uses the APOP authentication.
pop.Apop = True
pop.Apop = true;
See Also
AwPop Class | Asterworld.Mail Namespace