Returns named header specified by
CopyC#.
Namespace: Jscape.Email
name
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public MimeHeader GetHeader( string name ) |
Visual Basic |
---|
Public Function GetHeader ( _ name As String _ ) As MimeHeader |
Visual C++ |
---|
public: MimeHeader^ GetHeader( String^ name ) |
Parameters
- name
- Type: System..::..String
The name of the header to retrieve.
Return Value
a
MimeHeader

null
Remarks
If more than one header with specified
CopyC# exists
for this
CopyC# then the last header added to this
CopyC# with specified
CopyC# will be
returned. To get all headers see the GetHeaders method.

name

MimeMessage

MimeMessage

name