Click or drag to resize

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; }

Property Value

Type: String
The default sender address to use for email for this application. If this value is not set the Email Services' DefaultSenderAddress is used.
See Also