NotificationSubscriberDeliveryPreference Enum
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.
Delivery preference for a subscriber. Indicates how the subscriber should be notified.
C#
[System.Runtime.Serialization.DataContract]
public enum NotificationSubscriberDeliveryPreference
type NotificationSubscriberDeliveryPreference =
Public Enum NotificationSubscriberDeliveryPreference
- Inheritance
-
NotificationSubscriberDeliveryPreference
- Attributes
Name | Value | Description |
---|---|---|
NotSet | -2147483648 | |
NoDelivery | -1 | |
None | 0 | |
PreferredEmailAddress | 1 | Deliver notifications to the subscriber's preferred email address. |
EachMember | 2 | |
UseDefault | 3 |
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |