Click or drag to resize

ISubscriptionConfigBase Properties

The ISubscriptionConfigBase type exposes the following members.

Properties
  NameDescription
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 propertyDefaultFrom
Gets or sets the Default FROM attribute.
Public propertyDescription
Gets or sets the object description. The description can be empty.
(Inherited from IObject.)
Public propertyEmailTitle
Gets or sets the Email title 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 propertyIsDefaultFromAssigned
Gets or sets whether the DefaultFrom attribute is assigned.
Public propertyIsEmailTitleAssigned
Gets or sets whether the EmailTitle attribute is assigned.
Public propertyIsLocked
Indicates if the object is locked.
(Inherited from IObject.)
Public propertyIsMailIntervalAssigned
Gets or sets whether the MailInterval attribute is assigned.
Public propertyIsMessagesVaultAssigned
Gets or sets whether the MessagesVault attribute is assigned.
Public propertyIsOverwriteUserAddressAssigned
Gets or sets whether the OverwriteUserAddress attribute is assigned.
Public propertyIsPortNumberAssigned
Gets or sets whether the PortNumber attribute is assigned.
Public propertyIsRedirectPageAssigned
Gets or sets whether the RedirectPage attribute is assigned.
Public propertyIsSendMailAllowedAssigned
Gets or sets whether the SendMailAllowed attribute is assigned.
Public propertyIsServerEnableSslAssigned
Gets or sets whether the ServerEnableSsl attribute is assigned.
Public propertyIsServerNameAssigned
Gets or sets whether the ServerName attribute is assigned.
Public propertyIsServerPasswordAssigned
Gets or sets whether the ServerPassword attribute is assigned.
Public propertyIsServerUserAssigned
Gets or sets whether the ServerUser attribute is assigned.
Public propertyIsStyleXslAssigned
Gets or sets whether the StyleXsl 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 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 propertyMailInterval
Gets or sets the Mail interval attribute.
Public propertyMessagesVault
Gets or sets the Messages vault attribute.
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 propertyOverwriteUserAddress
Gets or sets the Overwrite user address attribute.
Public propertyPortNumber
Gets or sets the Port number attribute.
Public propertyRedirectPage
Gets or sets the Redirect page attribute.
Public propertySendMailAllowed
Gets or sets the Send mail allowed attribute.
Public propertyServerEnableSsl
Gets or sets the Server enable SSL attribute.
Public propertyServerName
Gets or sets the Server name attribute.
Public propertyServerPassword
Gets or sets the Server password attribute.
Public propertyServerUser
Gets or sets the Server user name attribute.
Public propertyStyleXsl
Gets or sets the Style XSL attribute.
Top
See Also