EmailActivity.To Property
Gets or sets an ArrayList of recipients of the message.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property To As ArrayList
Get
Set
'Usage
Dim instance As EmailActivity
Dim value As ArrayList
value = instance.To
instance.To = value
[ValidationOptionAttribute(ValidationOption.Required)]
public ArrayList To { get; set; }
Property Value
Type: System.Collections.ArrayList
A list of user names or email addresses of the recipients.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflows in SharePoint Foundation
Workflow Activities for SharePoint Foundation