FormRegionMessageClassAttribute.Contact Field (2007 System)
Specifies the message class name of a Microsoft Office Outlook Contact item.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Const Contact As String
'Usage
Dim value As String
value = FormRegionMessageClassAttribute.Contact
public const string Contact
public:
literal String^ Contact
public const var Contact : String
Remarks
This string contains "IPM.Contact".
.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.
See Also
Reference
FormRegionMessageClassAttribute Class