MimeParameter constructor (String, String)
The MimeParameter constructor creates a new MimeParameter object that has the name name and the value value.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
'Usage
Dim name As String
Dim value As String
Dim instance As New MimeParameter(name, value)
public MimeParameter(
string name,
string value
)
Parameters
name
Type: System.StringThe name of the MimeParameter object to create.
value
Type: System.StringThe value for the MimeParameter object to create.