HeaderCollectionGet Method (String) |
Gets the header value by a given header name.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Get(
string name
)
Public Function Get (
name As String
) As String
public:
String^ Get(
String^ name
)
member Get :
name : string -> string
Parameters
- name
- Type: SystemString
The haeader name.
Return Value
Type:
StringThe header value.
See Also