Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the email address of the recipient of the message.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property To As String
Get
Set
'Usage
Dim instance As SendEmail
Dim value As String
value = instance.To
instance.To = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public string To { get; set; }
Property Value
Type: System.String
A string that contains the email address.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace