Share via


SendEmail.From Property

Gets or sets the email address of the sender of the message.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property From As String
    Get
    Set
'Usage
Dim instance As SendEmail
Dim value As String

value = instance.From

instance.From = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public string From { get; set; }

Property Value

Type: System.String
A string that contains the email address.

See Also

Reference

SendEmail Class

SendEmail Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities