IMsoEnvelopeVB.Introduction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或返回使用 MsoEnvelope 对象发送的文档随附的介绍性文本。 介绍性文本包含于电子邮件中文档的顶部。
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