JAMS Developer Guide
UseSecureCiphers Property (IMAPSession)


MVPSI.JAMS.Activities Namespace > IMAPSession Class : UseSecureCiphers Property
Use Secure Ciphers?
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Use Secure Ciphers?")>
Public Property UseSecureCiphers As System.Boolean
'Usage
 
Dim instance As IMAPSession
Dim value As System.Boolean
 
instance.UseSecureCiphers = value
 
value = instance.UseSecureCiphers
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Use Secure Ciphers?")]
public System.bool UseSecureCiphers {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