MapiMessage.conversationID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.