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 IsHeaderNameValid(String) method indicates whether name is valid for this header.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Function IsHeaderNameValid ( _
name As String _
) As Boolean
'Usage
Dim name As String
Dim returnValue As Boolean
returnValue = Header.IsHeaderNameValid(name)
public static bool IsHeaderNameValid(
string name
)
Parameters
name
Type: System.StringThe name to evaluate.
Return value
Type: System.Boolean
The IsHeaderNameValid(String) method returns true if name is valid; otherwise the method returns false.