Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the name that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property Contact As String
'Usage
Dim instance As FormRegionManifest
Dim value As String
value = instance.Contact
instance.Contact = value
public string Contact { get; set; }
public:
property String^ Contact {
String^ get ();
void set (String^ value);
}
public function get Contact () : String
public function set Contact (value : String)
Property Value
Type: System.String
A string that represents the name that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Locked is true. |
| ArgumentException | The value is greater than 256 characters in length. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.