EmailDeliveryType Enumeration

Specifies delivery mechanisms which may be used by the email service.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Enum_")]
public enum EmailDeliveryType
Members
  Member nameValueDescription
None0 Email service is disabled.
Smtp1 Send email with SMTP server.
DropFolder2 Drop the email to a specific folder to be handled by another application.
Test3 Simulates a working e-mail service, but doesn't actually attempt to send anything.
See Also