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 IsValueValid(String) method indicates whether value is valid for this header.
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 AddressHeader
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.