| SmtpConfigurationFrom Property |
Gets the from address
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string From { get; set; }
Public Property From As String
Get
Set
public:
property String^ From {
String^ get ();
void set (String^ value);
}
member From : string with get, set
Property Value
Type:
StringSee Also