Share via


MimeParameter Class

The MimeParameter class represents a Multipurpose Internet Mail Extensions (MIME) parameter.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Mime.MimeNode
    Microsoft.Exchange.Data.Mime.MimeParameter

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Class MimeParameter _
    Inherits MimeNode
'Usage
Dim instance As MimeParameter
public class MimeParameter : MimeNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.