JAMS Developer Guide
Password Property (IMAPSession)


MVPSI.JAMS.Activities Namespace > IMAPSession Class : Password Property
Specifies the password used to log into the mail server.
Syntax
'Declaration
 
<System.ComponentModel.PasswordPropertyTextAttribute(True)>
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.ComponentModel.DescriptionAttribute("Specifies the password used to log into the mail server.")>
Public Property Password As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As IMAPSession
Dim value As System.Activities.InArgument(Of String)
 
instance.Password = value
 
value = instance.Password
[System.ComponentModel.PasswordPropertyText(true)]
[System.ComponentModel.Category("Configuration")]
[System.ComponentModel.Description("Specifies the password used to log into the mail server.")]
public System.Activities.InArgument<string> Password {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