ConversationId Class

Definition

Represents a conversation identifier.

public ref class ConversationId : Microsoft::Exchange::WebServices::Data::ServiceId
public class ConversationId : Microsoft.Exchange.WebServices.Data.ServiceId
Public Class ConversationId
Inherits ServiceId
Inheritance

Constructors

ConversationId(String)

Initializes a new instance of the ConversationId class.

Properties

ChangeKey

Gets the change key associated with the Exchange object.

(Inherited from ServiceId)
UniqueId

Gets the unique Id of the Exchange object.

(Inherited from ServiceId)

Methods

Equals(Object)

Determines whether the specified is equal to the current.

(Inherited from ServiceId)
GetHashCode()

Serves as a hash function for a particular type.

(Inherited from ServiceId)
SameIdAndChangeKey(ServiceId)

Determines whether two ServiceId instances are equal (including ChangeKeys)

(Inherited from ServiceId)
ToString()

Gets a string representation of a ConversationId object.

Operators

Implicit(ConversationId to String)

Performs an implicit conversion between a ConversationId object and a string.

Implicit(String to ConversationId)

Performs an implicit conversion between a string and a ConversationId object.

Applies to