EmailAdapter.Intro - Propriété
Obtient ou définit l'introduction du corps du message électronique pour un objet EmailAdapterObject .
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Property Intro As String
Get
Set
'Utilisation
Dim instance As EmailAdapter
Dim value As String
value = instance.Intro
instance.Intro = value
string Intro { get; set; }
Valeur de propriété
Type : System.String
Exemples
myEmailAdapter.Intro = "Introduction text";