DeliveryPreference Members
Include Protected Members
Include Inherited Members
Represents how event notifications are to be delivered.
The DeliveryPreference type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the DeliveryPreference class.
Top
Methods
Name
Description
(Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
(Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
The address to which an event notification is to be delivered.
The scheduled interval between event notifications.
The format that is used to deliver event notifications. Allowable values for Type are EmailHtml, EmailPlaintext, or Soap.
Top