MimeHeaderReader.CanHaveParameters property
The CanHaveParameters property gets a bool value that indicates whether the header that this MimeHeaderReader reads can have parameters.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property CanHaveParameters As Boolean
Get
'Usage
Dim instance As MimeHeaderReader
Dim value As Boolean
value = instance.CanHaveParameters
public bool CanHaveParameters { get; }
Property value
Type: System.Boolean