Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetHeaderId static method returns the HeaderId that corresponds to a header name.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Function GetHeaderId ( _
name As String _
) As HeaderId
'Usage
Dim name As String
Dim returnValue As HeaderId
returnValue = Header.GetHeaderId(name)
public static HeaderId GetHeaderId(
string name
)
Parameters
name
Type: System.StringA string that contains the name for which to return the corresponding HeaderId.
Return value
Type: Microsoft.Exchange.Data.Mime.HeaderId