_MeetingItem.AutoForwarded Property

A Boolean (bool in C#) value that returns True if the item was automatically forwarded. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property AutoForwarded As Boolean
    Get
    Set
'Usage
Dim instance As _MeetingItem
Dim value As Boolean

value = instance.AutoForwarded

instance.AutoForwarded = value
[DispIdAttribute()]
bool AutoForwarded { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_MeetingItem Interface

_MeetingItem Members

Microsoft.Office.Interop.Outlook Namespace