IssueTracking.m_emailBody Field
Represents the body text of the email message that is sent to the specified users.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public m_emailBody As String
'Usage
Dim instance As IssueTracking
Dim value As String
value = instance.m_emailBody
instance.m_emailBody = value
public string m_emailBody