Compartilhar via


EmailAdapter.Subject Propriedade

Definição

Obtém ou define o assunto da mensagem de email associada ao objeto especificado EmailAdapterObject .

public:
 property System::String ^ Subject { System::String ^ get(); void set(System::String ^ value); };
public string Subject { get; set; }
member this.Subject : string with get, set
Public Property Subject As String

Valor da propriedade

Exemplos

myEmailAdapter.<span class="label">Subject</span> = "Weekly Status Report";

Aplica-se a