次の方法で共有


_ConversationHeader.GetConversation メソッド

定義

Conversationこのメッセージ交換ヘッダーが属する会話を表す オブジェクトを取得します。

public:
 Microsoft::Office::Interop::Outlook::Conversation ^ GetConversation();
public Microsoft.Office.Interop.Outlook.Conversation GetConversation ();
Public Function GetConversation () As Conversation

戻り値

この 会話 ヘッダーが属する会話を表す Conversation オブジェクトを返します。

注釈

アイテムの会話が存在しない場合、GetConversationNothing (C# では null 参照 (Visual Basic では Nothing) を返します。 次のシナリオ内の項目の会話は存在しません。

適用対象