|
RemoveSend2Link |
|
| Prototype: | (String pLinkFileName),LONG,PROC |
| pLinkFileName | Name of the shortcut link file to remove without pathname. This must match the pSend2Name parameter in AddSend2Link. |
| Returns | ErrorCode value from Remove() Can be called as a procedure |
This method is used to remove a Send To link from the Send To folder.
Example:
ITS2 ITSend2Class
Code
ITS2.RemoveSend2Link ('Send to')
See also: