Share via


IMsoEnvelopeVB.Introduction Property

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.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Introduction As String
    Get
    Set
'Usage
Dim instance As IMsoEnvelopeVB
Dim value As String

value = instance.Introduction

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

Property Value

Type: System.String

See Also

Reference

IMsoEnvelopeVB Interface

IMsoEnvelopeVB Members

Microsoft.Office.Core Namespace