_AppointmentItem.GetConversation Method

Definition

Obtains a Conversation object that represents the conversation to which this item belongs.

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

Returns

Returns a Conversation object that represents the conversation to which this item belongs.

Remarks

GetConversation returns Nothing (a null reference (Nothing in Visual Basic) in C#) if no conversation exists for the item. No conversation exists for an item in the following scenarios:

Applies to