public string SmtpFromDisplayName { get; set; }
Public Property SmtpFromDisplayName As String
Get
Set
public:
property String^ SmtpFromDisplayName {
String^ get ();
void set (String^ value);
}
member SmtpFromDisplayName : string with get, set