In This Topic
The return address to use when sending SMTP messages
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property ReturnAddress As String
[CanBeNull()]
public string ReturnAddress {get; set;}
[CanBeNull()]
public:
property String^ ReturnAddress {
String^ get();
void set ( String^ value);
}
See Also