ContentDispositionHeader.IsValueValid Method
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 ContentDispositionHeader
Dim value As String
Dim returnValue As Boolean
returnValue = instance.IsValueValid(value)
public override sealed bool IsValueValid(
    string value
)
Parameters
- value
 Type: System.String
 The value to evaluate.
Return Value
Type: System.Boolean
The IsValueValid(String) method returns true if value is valid; otherwise, the method returns false.