Gets value for header specified by
CopyC#.
Namespace: Jscape.Email
name
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public string GetHeaderValue( string name ) |
Visual Basic |
---|
Public Function GetHeaderValue ( _ name As String _ ) As String |
Visual C++ |
---|
public: String^ GetHeaderValue( String^ name ) |
Parameters
- name
- Type: System..::..String
The name of the header to retrive.
Return Value
The value of the header or
null
Remarks
If more than one header with specified
CopyC# exists
for this
CopyC# then the value of 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