_ContactItem.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) を返します。 次のシナリオ内の項目の会話は存在しません。

適用対象