ServiceObject.IsNew Property

Definition

Indicates whether this object exists in the Exchange database or if it is a local object that has not been saved to the Exchange database.

public:
 virtual property bool IsNew { bool get(); };
public virtual bool IsNew { get; }
Public Overridable ReadOnly Property IsNew As Boolean

Property Value

true if the object is new and has not been saved to the Exchange database; otherwise, false.

Applies to