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 FindFirst method returns the first Header object in this HeaderList object that is of the name specified by name.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function FindFirst ( _
name As String _
) As Header
'Usage
Dim instance As HeaderList
Dim name As String
Dim returnValue As Header
returnValue = instance.FindFirst(name)
public Header FindFirst(
string name
)
Parameters
name
Type: System.StringA string that specifies the name of the Header object to return.
Return value
Type: Microsoft.Exchange.Data.Mime.Header