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