Share via


SendEmail.MethodName Property

Returns the interface method invoked by this activity.

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

Syntax

'Declaration
Public Overrides ReadOnly Property MethodName As String
    Get
'Usage
Dim instance As SendEmail
Dim value As String

value = instance.MethodName
public override string MethodName { get; }

Property Value

Type: System.String

Remarks

This activity invokes the ISharePointService.SendEmail method.

See Also

Reference

SendEmail Class

SendEmail Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities