共用方式為


EmailAdapter.Subject 屬性

取得或設定與指定的 EmailAdapterObject 物件關聯的電子郵件主旨。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<DispIdAttribute(11)> _
Property Subject As String
'用途
Dim instance As EmailAdapter
Dim value As String

value = instance.Subject

instance.Subject = value
[DispIdAttribute(11)] 
string Subject { get; set; }

範例

myEmailAdapter.Subject = "Weekly Status Report";

請參閱

參考

EmailAdapter 介面
EmailAdapter 成員
Microsoft.Office.Interop.InfoPath 命名空間