IMsoEnvelopeVB インターフェイス

定義

Microsoft Office アプリケーションから直接ドキュメントを電子メールとして送信できる機能へのアクセスを提供します。

public interface class IMsoEnvelopeVB
[System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")]
public interface IMsoEnvelopeVB
[<System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")>]
type IMsoEnvelopeVB = interface
Public Interface IMsoEnvelopeVB
派生
属性

注釈

MsoEnvelope オブジェクトをDocument取得するには、オブジェクト、オブジェクト、ChartまたはWorksheetオブジェクトの MailEnvelope プロパティ (使用しているアプリケーションに応じて) を使用します。

プロパティ

CommandBars

コレクションを CommandBars 返します。

Introduction

MsoEnvelope オブジェクトを使用して送信されるドキュメントに含まれる入門テキストを設定または返します。 導入のテキストは、電子メールでドキュメントの先頭に含まれます。

Item

ドキュメントを電子メールとして送信するために使用できる MailItem オブジェクトを返します。

Parent

指定したオブジェクトの Parent オブジェクトを返します。

適用対象