_AppointmentItem.ConversationID プロパティ

定義

オブジェクトが属するオブジェクトを一意に識別する ConversationString (C#の文字列) をAppointmentItem返します。 読み取り専用です。

public:
 property System::String ^ ConversationID { System::String ^ get(); };
public string ConversationID { get; }
Public ReadOnly Property ConversationID As String

プロパティ値

注釈

このプロパティは、アイテムを会話に関連付けます。 これらのアイテムと、会話の ConversationID プロパティで同じ値であります。

このプロパティが MAPI プロパティ PidTagConversationId に対応しています。

AppointmentItem オブジェクトが、Microsoft Outlook 2010より前のバージョンの Microsoft Outlook で作成されている場合、または Outlook が 2010 年より Microsoft Exchange Server前のバージョンのMicrosoft Exchange Serverに対してオンライン モードで実行されている場合、このプロパティはと同じ値を返しますプロパティConversationTopic

適用対象