FormRegionCustomAction.SubjectPrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the text that appears at the beginning of the subject line of the reply.
public:
property System::String ^ SubjectPrefix { System::String ^ get(); void set(System::String ^ value); };
public string SubjectPrefix { get; set; }
member this.SubjectPrefix : string with get, set
Public Property SubjectPrefix As String
Property Value
A string that represents text that appears at the beginning of the subject line of the original form.
Exceptions
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 (:).