IMsoEnvelopeVB.Introduction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns the introductory text that is included with a document that is sent using the MsoEnvelope object. The introductory text is included at the top of the document in the e-mail.
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