PowerTCP Mail for .NET
GetValue Method




Name of the header field that precedes the ':'. Typical values are available as string constants in HeaderKey.
Shortcut method that returns an empty String if the specified header field name is not present.
Syntax
Public Function GetValue( _
   ByVal name As String _
) As String
Dim instance As HeaderDictionary
Dim name As String
Dim value As String
 
value = instance.GetValue(name)
public string GetValue( 
   string name
)
public: string* GetValue( 
   string* name
) 
public:
String^ GetValue( 
   String^ name
) 

Parameters

name
Name of the header field that precedes the ':'. Typical values are available as string constants in HeaderKey.

Return Value

The value of the header field (parameters are not included).
See Also

Reference

HeaderDictionary Class
HeaderDictionary Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic