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 _
)
public MimeParameter (
string name,
string value
)
public:
MimeParameter (
String^ name,
String^ value
)
public MimeParameter (
String name,
String value
)
public function MimeParameter (
name : String,
value : String
)
Parameters
- name
The name of the MimeParameter object to create.
- value
The value for the MimeParameter object to create.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003