_MeetingItem.AutoForwarded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Boolean (bool in C#) value that returns True if the item was automatically forwarded. Read/write.
public:
property bool AutoForwarded { bool get(); void set(bool value); };
public bool AutoForwarded { get; set; }
Public Property AutoForwarded As Boolean