IMsoEnvelopeVB.Introduction Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit ou renvoie le texte d’introduction inclus dans un document envoyé à l’aide de l’objet MsoEnvelope . Le texte d’introduction est inclus en haut du document dans le courrier électronique.
public:
property System::String ^ Introduction { System::String ^ get(); void set(System::String ^ value); };
public string Introduction { get; set; }
member this.Introduction : string with get, set
Public Property Introduction As String