OutlookBarShortcut.Target Property

Definition

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#).

Applies to