JAMS Developer Guide
AuthenticationMode Property (POPSession)


MVPSI.JAMS.Activities Namespace > POPSession Class : AuthenticationMode Property
Authentication mode to use.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Authentication mode to use.")>
Public Property AuthenticationMode As Rebex.Net.Pop3Authentication
'Usage
 
Dim instance As POPSession
Dim value As Rebex.Net.Pop3Authentication
 
instance.AuthenticationMode = value
 
value = instance.AuthenticationMode
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Authentication mode to use.")]
public Rebex.Net.Pop3Authentication AuthenticationMode {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

POPSession Class
POPSession Members