Class ConversationId
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the Id of a Conversation.
public class ConversationId : ServiceId
- Inheritance
-
ConversationId
- Inherited Members
Constructors
ConversationId(string)
Initializes a new instance of ConversationId.
public ConversationId(string uniqueId)
Parameters
uniqueId
stringThe unique Id used to initialize the ConversationId.
Methods
ToString()
Gets a string representation of the Conversation Id.
public override string ToString()
Returns
- string
The string representation of the conversation id.
Operators
implicit operator string(ConversationId)
Defines an implicit conversion between ConversationId and String.
public static implicit operator string(ConversationId conversationId)
Parameters
conversationId
ConversationIdThe conversationId to String.
Returns
- string
A ConversationId initialized with the specified unique Id.
implicit operator ConversationId(string)
Defines an implicit conversion between string and ConversationId.
public static implicit operator ConversationId(string uniqueId)
Parameters
uniqueId
stringThe unique Id to convert to ConversationId.
Returns
- ConversationId
A ConversationId initialized with the specified unique Id.