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<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Enum_")>
Public Enumeration EmailDeliveryType[GlobalizedEnumAttribute(L"EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", L"GS_Enum_")]
public enum class EmailDeliveryType
[<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Enum_")>]
type EmailDeliveryType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Email service is disabled.
|
| Smtp | 1 |
Send email with SMTP server.
|
| DropFolder | 2 |
Drop the email to a specific folder to be handled by another application.
|
| Test | 3 |
Simulates a working e-mail service, but doesn't actually attempt to send anything.
|
See Also