_MailItem.AutoForwarded Property
A Boolean value (bool in C#) 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
Property AutoForwarded As Boolean
Get
Set
'Usage
Dim instance As _MailItem
Dim value As Boolean
value = instance.AutoForwarded
instance.AutoForwarded = value
bool AutoForwarded { get; set; }
Property Value
Type: System.Boolean