ApplicationPropertiesDefaultEmailSenderAddress Property |
The default sender address to use for email for this application. If this value is not set the Email Services' DefaultSenderAddress is used.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string DefaultEmailSenderAddress { get; }
ReadOnly Property DefaultEmailSenderAddress As String
Get
Property Value
Type:
StringThe default sender address to use for email for this application. If this value is not set the Email Services' DefaultSenderAddress is used.
See Also