EmailAdapter.Intro property
Gets or sets the introduction in the body of the e-mail message for an EmailAdapterObject object.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Property Intro As String
Get
Set
'Usage
Dim instance As EmailAdapter
Dim value As String
value = instance.Intro
instance.Intro = value
string Intro { get; set; }
Property value
Type: System.String
Examples
myEmailAdapter.Intro = "Introduction text";