EmailAdapter.Subject 属性

定义

获取或设置与指定 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

属性值

示例

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

注解

重要提示:此成员只能由与当前打开的窗体在同一域中运行的表单访问,或者由已授予跨域权限的表单访问。

适用于