Dela via


FormRegionCustomAction.SubjectPrefix Property (2007 System)

Gets or sets the text that appears at the beginning of the subject line of the reply.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Property SubjectPrefix As String
'Usage
Dim instance As FormRegionCustomAction 
Dim value As String 

value = instance.SubjectPrefix

instance.SubjectPrefix = value
public string SubjectPrefix { get; set; }
public:
property String^ SubjectPrefix {
    String^ get ();
    void set (String^ value);
}
public function get SubjectPrefix () : String 
public function set SubjectPrefix (value : String)

Property Value

Type: System.String
A string that represents text that appears at the beginning of the subject line of the original form.

Exceptions

Exception Condition
ArgumentException

The value is greater than 256 characters in length.

Remarks

For example, if you set the TargetForm property to IPM.Note, a mail item appears when the user executes the custom action. The text that appears in the Subject field of the new mail item will begin with the string that you specify for the SubjectPrefix property followed by a colon (:).

.NET Framework Security

See Also

Reference

FormRegionCustomAction Class

FormRegionCustomAction Members

Microsoft.Office.Tools.Outlook Namespace