FolderType.UnreadCountSpecified 属性

定义

属性 UnreadCountSpecified 获取一个布尔值,该值指定是否将 UnreadCount 属性序列化为 SOAP 请求。 此属性是只读的。

public:
 property bool UnreadCountSpecified { bool get(); void set(bool value); };
public bool UnreadCountSpecified { get; set; }
Public Property UnreadCountSpecified As Boolean

属性值

如果UnreadCount属性序列化为 SOAP 请求,则UnreadCountSpecified属性返回 true;否则,该属性返回 false

适用于