MailEnvelope 屬性

此頁沒有內(nèi)容條目
內(nèi)容

返回一個代表數(shù)據(jù)訪問頁的電子郵件頭信息的 MsoEnvelope 對象。

expression.MailEnvelope

expression     必需。返回“應(yīng)用于”列表中的一個對象的表達(dá)式。

示例

該示例為指定的數(shù)據(jù)訪問頁的電子郵件標(biāo)題設(shè)置注釋。

Dim envDAP As MsoEnvelope

Set envDAP = DataAccessPages(0).MailEnvelope

envDAP.Introduction = _

    "Please review this report and let me know " & _

    "what you think. I need your input by Friday. " & _

    "Thanks."