EmailAdapter.Subject Property

Gets or sets the subject of the e-mail message associated with the specified EmailAdapterObject object.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Property Subject As String
    Get
    Set
'Usage
Dim instance As EmailAdapter
Dim value As String

value = instance.Subject

instance.Subject = value
string Subject { get; set; }

Property Value

Type: System.String

Examples

myEmailAdapter.Subject = "Weekly Status Report";

See Also

Reference

EmailAdapter Interface

EmailAdapter Members

Microsoft.Office.Interop.InfoPath Namespace