Compartir a través de


AsyncCopy.AsyncCopyFile Method (String, String, Boolean)

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Sub AsyncCopyFile ( _
    fromFile As String, _
    toFile As String, _
    supersede As Boolean _
)
'Usage
Dim instance As AsyncCopy
Dim fromFile As String
Dim toFile As String
Dim supersede As Boolean

instance.AsyncCopyFile(fromFile, toFile, _
    supersede)
public void AsyncCopyFile(
    string fromFile,
    string toFile,
    bool supersede
)

Parameters