_SharingItem.AutoForwarded Property
Returns or sets a Boolean (bool in C#) value that is 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 _SharingItem
Dim value As Boolean
value = instance.AutoForwarded
instance.AutoForwarded = value
[DispIdAttribute()]
bool AutoForwarded { get; set; }
Property Value
Type: System.Boolean