IFolderAction::get_SendCabTo method (pla.h)

Retrieves or sets the destination of the cabinet file if the action is to send a cabinet file.

This property is read/write.

Syntax

HRESULT get_SendCabTo(
  BSTR *pbstrDestination
);

Parameters

pbstrDestination

Return value

None

Remarks

The data manager does not fail if it is not able to send the file.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IFolderAction