AsciiTextHeader.Value Property
The Value property gets or sets the value of this AsciiTextHeader class.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property Value As String
public override sealed string Value { get; set; }
public:
virtual property String^ Value {
String^ get () override sealed;
void set (String^ value) override sealed;
}
/** @property */
public final String get_Value ()
/** @property */
public final void set_Value (String value)
public override final function get Value () : String
public override final function set Value (value : String)
Property Value
The Value property returns a string representation of the 7-bit ASCII header.
Remarks
To handle international encodings of unstructured headers, such as the subject header, override this property to perform RFC2047 encoding.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also