Sdílet prostřednictvím


EmailAdapter.Intro-Eigenschaft

Dient dem Abrufen oder Festlegen der Einführung im Textkörper der E-Mail-Nachricht für ein EmailAdapterObject-Objekt.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(12)> _
Property Intro As String
'Usage
Dim instance As EmailAdapter
Dim value As String

value = instance.Intro

instance.Intro = value
[DispIdAttribute(12)] 
string Intro { get; set; }

Beispiel

myEmailAdapter.Intro = "Introduction text";

Siehe auch

Referenz

EmailAdapter-Schnittstelle
EmailAdapter-Member
Microsoft.Office.Interop.InfoPath-Namespace