AsyncCopy.AsyncCopyFile Method (String, String, CopyMode)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Sub AsyncCopyFile ( _
fromFile As String, _
toFile As String, _
copyMode As CopyMode _
)
'Usage
Dim instance As AsyncCopy
Dim fromFile As String
Dim toFile As String
Dim copyMode As CopyMode
instance.AsyncCopyFile(fromFile, toFile, _
copyMode)
public void AsyncCopyFile(
string fromFile,
string toFile,
CopyMode copyMode
)
Parameters
- fromFile
Type: System.String
- toFile
Type: System.String
- copyMode
Type: Microsoft.Exchange.Common.CopyMode