ServiceObject.IsNew Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.