_AppointmentItem.Resources Property

Returns a semicolon-delimited String (string in C#) of resource names for the meeting. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Resources As String
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As String

value = instance.Resources

instance.Resources = value
[DispIdAttribute()]
string Resources { get; set; }

Property Value

Type: System.String

Remarks

This property contains the display names only. The Recipients collection should be used to modify the resource recipients. Resources are added as BCC recipients to the collection.

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace