RecipientMemberKind Enumeration

Specifies the member kinds of recipients associated with RecipientId.

Namespace: Dundas.BI.Notifications.Delivery
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum RecipientMemberKind
Members
Member nameValueDescription
None0The recipient member kind is not set.
Account1The recipient is an account.
WindowsGroupAccount4The recipient is a Windows Group account.
Group5The recipient is a group.
ExternalGroupAccount7The recipient is a (non-Windows) External Group account.
See Also