DateHeader.Value Property
The Value property gets or sets the value of the Multipurpose Internet Mail Extensions (MIME) date header stored in this DateHeader object.
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 an ASCII string that represents the MIME date in this DateHeader object.
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