_Application.CopyFile(String, String) 方法

定义

将文件从指定位置复制到 Microsoft Outlook 存储区中。

public:
 System::Object ^ CopyFile(System::String ^ FilePath, System::String ^ DestFolderPath);
public object CopyFile (string FilePath, string DestFolderPath);
Public Function CopyFile (FilePath As String, DestFolderPath As String) As Object

参数

FilePath
String

要复制的对象的路径名称。

DestFolderPath
String

要将文件复制到的位置。

返回

表示复制的文件的 对象 值。

适用于