| 4AspNet POP3 .NET Component |
|
EmailMessage.GetCustomHeader Method
Returns a custom header of the email message.
[Visual Basic]
Public Function GetCustomHeader( _
ByVal
CustomHeaderName As
String _
) As
String
[C#]
public
string GetCustomHeader(
string CustomHeaderName);
Parameters
-
CustomHeaderName
- Name of the custom header.
Return Value
Returns custom header value.
See Also
EmailMessage Class | ForAspNet.POP3 Namespace