 | MessageAddressesFromAddress Property |
The e-mail address that the message will be sent from
Namespace: Ignition.CommunicationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic string FromAddress { get; set; }Public Property FromAddress As String
Get
Set
public:
property String^ FromAddress {
String^ get ();
void set (String^ value);
}member FromAddress : string with get, set
Property Value
String
See Also