| EmailNotificationConfigurationSectionSmtp Property |
SMTP Configuration settings
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public SmtpConfiguration Smtp { get; set; }
Public Property Smtp As SmtpConfiguration
Get
Set
public:
property SmtpConfiguration^ Smtp {
SmtpConfiguration^ get ();
void set (SmtpConfiguration^ value);
}
member Smtp : SmtpConfiguration with get, set
Property Value
Type:
SmtpConfigurationSee Also