다음을 통해 공유


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 네임스페이스