JAMS Developer Guide
FolderName Property (GetMailServerFolder)


MVPSI.JAMS.Activities Namespace > GetMailServerFolder Class : FolderName Property
The name of the folder on the mail server to select.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Results")>
<System.ComponentModel.DescriptionAttribute("The name of the current folder on the mail server.")>
Public Property FolderName As System.Activities.OutArgument(Of String)
'Usage
 
Dim instance As GetMailServerFolder
Dim value As System.Activities.OutArgument(Of String)
 
instance.FolderName = value
 
value = instance.FolderName
[System.ComponentModel.Category("Results")]
[System.ComponentModel.Description("The name of the current folder on the mail server.")]
public System.Activities.OutArgument<string> FolderName {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

GetMailServerFolder Class
GetMailServerFolder Members