次の方法で共有


RtfToRtf.Header Property

The Header property gets or sets the text that will appear in the output before any other visible text.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Property Header As String
public string Header { get; set; }
public:
property String^ Header {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Header ()

/** @property */
public void set_Header (String value)
public function get Header () : String

public function set Header (value : String)

Remarks

The Header property can only be set before conversion begins.

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