FormDescription.ContactName Property
Returns or sets a String (string in C#) representing the name of the person to contact for information regarding the custom form for this FormDescription object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ContactName As String
Get
Set
'Usage
Dim instance As FormDescription
Dim value As String
value = instance.ContactName
instance.ContactName = value
[DispIdAttribute()]
string ContactName { get; set; }
Property Value
Type: System.String