Returns the site's default email from address
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property fromAddressDefault As String |
C# |
---|
public abstract string fromAddressDefault { get; } |
C++ |
---|
public abstract property string fromAddressDefault abstract { String get(); } |
J# |
---|
/** property */ public string get_fromAddressDefault(); |
JScript |
---|
public function get fromAddressDefault() : String |