OutlookBarShortcut.Target 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.
Returns an Object indicating the target of the specified shortcut in a Shortcuts pane group. Read-only.
public:
property System::Object ^ Target { System::Object ^ get(); };
public object Target { get; }
Public ReadOnly Property Target As Object
Property Value
Remarks
The return type depends on the shortcut type. If the shortcut represents an Outlook folder, the return type is Folder. If the shortcut represents a file-system folder, the return type is an Object. If the shortcut represents a file-system path or URL, the return type is a String (string in C#).