Click or drag to resize

IMessagesBase Properties

The IMessagesBase type exposes the following members.

Properties
  NameDescription
Public propertyAllMessagesReverse
Gets or sets the Subscriber connected by a All Messages relationship in Reverse direction.
Public propertyChangedBy
Gets the name of the user who changed the object last.
(Inherited from IObject.)
Public propertyChangedOn
Gets the point of time the object was changed last.
(Inherited from IObject.)
Public propertyCreatedBy
Gets the name of the user who created the object.
(Inherited from IObject.)
Public propertyCreatedOn
Gets the point of time the object was created.
(Inherited from IObject.)
Public propertyDescription
Gets or sets the object description. The description can be empty.
(Inherited from IObject.)
Public propertyExtension
Gets or sets the Extension attribute.
Public propertyFolder
Gets the containing folder.
(Inherited from IObject.)
Public propertyId
Gets the object ID. The ID is generated by the platform and cannot be modified.
(Inherited from IObject.)
Public propertyIsExtensionAssigned
Gets or sets whether the Extension attribute is assigned.
Public propertyIsLastReadDateAssigned
Gets or sets whether the LastReadDate attribute is assigned.
Public propertyIsLastSendDateAssigned
Gets or sets whether the LastSendDate attribute is assigned.
Public propertyIsLastWriteDateAssigned
Gets or sets whether the LastWriteDate attribute is assigned.
Public propertyIsLocked
Indicates if the object is locked.
(Inherited from IObject.)
Public propertyIsSendImmediatelyAssigned
Gets or sets whether the SendImmediately attribute is assigned.
Public propertyIsValid
Indicates if the object instance is valid. The object becomes invalid if the Destroy method has been called.
(Inherited from IObject.)
Public propertyLastReadDate
Gets or sets the Last Read Date attribute.
Public propertyLastSendDate
Gets or sets the Last Send Date attribute.
Public propertyLastWriteDate
Gets or sets the Last Write Date attribute.
Public propertyLockedBy
Gets the name of the user who holds a lock on the object, empty string if the object is not locked.
(Inherited from IObject.)
Public propertyLockedOn
Gets the lock timestamp, if object is locked. DateTime.MinValue if not.
(Inherited from IObject.)
Public propertyName
Gets or sets the object name. The name cannot be an empty string. It is modifiable and does not have to be unique.
(Inherited from IObject.)
Public propertyObjType
Gets the object type.
(Inherited from IObject.)
Public propertySendImmediately
Gets or sets the Send Immediatly attribute. Indicates that messages will be sent immediately regardless of Last Send Date and Send Email Frequency.
Top
See Also