ConversationId 类

定义

表示会话标识符。

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

构造函数

ConversationId(String)

初始化 ConversationId 类的新实例。

属性

ChangeKey

获取与 Exchange 对象关联的更改键。

(继承自 ServiceId)
UniqueId

获取 Exchange 对象的唯一 ID。

(继承自 ServiceId)

方法

Equals(Object)

确定指定的 是否等于当前。

(继承自 ServiceId)
GetHashCode()

用作特定类型的哈希函数。

(继承自 ServiceId)
SameIdAndChangeKey(ServiceId)

确定两个 ServiceId 实例是否相等 (包括 ChangeKeys)

(继承自 ServiceId)
ToString()

获取 ConversationId 对象的字符串表示形式。

运算符

Implicit(ConversationId to String)

在 ConversationId 对象和字符串之间执行隐式转换。

Implicit(String to ConversationId)

在字符串和 ConversationId 对象之间执行隐式转换。

适用于