AsciiTextHeader.IsValueValid method
The IsValueValid(String) method indicates whether value is valid for the AsciiTextHeader object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides NotOverridable Function IsValueValid ( _
value As String _
) As Boolean
'Usage
Dim instance As AsciiTextHeader
Dim value As String
Dim returnValue As Boolean
returnValue = instance.IsValueValid(value)
public override sealed bool IsValueValid(
string value
)
Parameters
value
Type: System.StringThe value to evaluate.
Return value
Type: System.Boolean
The IsValueValid(String) method returns true if value is valid; otherwise the method returns false.