PowerTCP Mail for .NET
Value Property (HeaderField)




Gets or sets the value following the ':' in the header field. Leading and trailing white space is trimmed. Parameters are not included. Returned values are decoded.
Syntax
Public Property Value As String
Dim instance As HeaderField
Dim value As String
 
instance.Value = value
 
value = instance.Value
public string Value {get; set;}
public: __property string* get_Value();
public: __property void set_Value( 
   string* value
);
public:
property String^ Value {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

HeaderField Class
HeaderField Members


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