HeaderCollectionGetDecodedValue Method |
Gets the header value.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string GetDecodedValue(
string name
)
Public Function GetDecodedValue (
name As String
) As String
public:
String^ GetDecodedValue(
String^ name
)
member GetDecodedValue :
name : string -> string
Parameters
- name
- Type: SystemString
The text header name.
Return Value
Type:
StringDecoded text value
See Also