SPEmailHeaderCollection.Item property
取得具有指定的名稱的電子郵件訊息標頭。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
name As String _
) As String
Get
'用途
Dim instance As SPEmailHeaderCollection
Dim name As String
Dim value As String
value = instance(name)
public string this[
string name
] { get; }
參數
name
Type: System.String字串,包含訊息標頭名稱。
Property value
Type: System.String
字串,包含訊息標頭。