Share via


MapiMessage.conversationID Method

Definition

Overloads

conversationID()

Gets or sets the string that identifies the conversation thread to which the message belongs.

conversationID(String)

conversationID()

Gets or sets the string that identifies the conversation thread to which the message belongs.

public:
 virtual System::String ^ conversationID();
public virtual string conversationID ();
abstract member conversationID : unit -> string
override this.conversationID : unit -> string
Public Overridable Function conversationID () As String

Returns

A string that identifies the conversation thread to which the message belongs.

Remarks

Some messaging systems might ignore and not return this member.

Applies to

conversationID(String)

public:
 virtual System::String ^ conversationID(System::String ^ _conversationId);
public virtual string conversationID (string _conversationId);
abstract member conversationID : string -> string
override this.conversationID : string -> string
Public Overridable Function conversationID (_conversationId As String) As String

Parameters

_conversationId
String

The ID of the conversation thread; optional.

Returns

Applies to