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 Create static method creates a new Header object that has the name that is specified by name.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Function Create ( _
name As String _
) As Header
'Usage
Dim name As String
Dim returnValue As Header
returnValue = Header.Create(name)
public static Header Create(
string name
)
Parameters
name
Type: System.StringA string that specifies the name of the Header object to create.
Return value
Type: Microsoft.Exchange.Data.Mime.Header