Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Item property returns the MimeParameter indicated by name.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As MimeParameter
Get
'Usage
Dim instance As ComplexHeader
Dim name As String
Dim value As MimeParameter
value = instance(name)
public MimeParameter this[
string name
] { get; }
Parameters
name
Type: System.StringA string that identifies the MimeParameter to get.
Property value
Type: Microsoft.Exchange.Data.Mime.MimeParameter