JAMS Developer Guide
AuthenticationMode Property (IMAPSession)


MVPSI.JAMS.Activities Namespace > IMAPSession Class : AuthenticationMode Property
Authentiation Mode
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Authentication mode to use.")>
Public Property AuthenticationMode As Rebex.Net.ImapAuthentication
'Usage
 
Dim instance As IMAPSession
Dim value As Rebex.Net.ImapAuthentication
 
instance.AuthenticationMode = value
 
value = instance.AuthenticationMode
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Authentication mode to use.")]
public Rebex.Net.ImapAuthentication 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

IMAPSession Class
IMAPSession Members