Item.IsSubmitted 属性

定义

获取一个值,该值指示是否已提交要发送的消息。

public:
 property bool IsSubmitted { bool get(); };
public bool IsSubmitted { get; }
Public ReadOnly Property IsSubmitted As Boolean

属性值

如果项目已提交,则为 True;否则为 false。

适用于