TransferOperation Property

Description

Returns the transfer operation for the file transfer object.

Syntax
object.TransferOperation

Return Value

The TransferOperation property returns these values.
Value Description (HRESULT)
0 The file transfer object is not in operation.
2 The file transfer object is in operation. It is ready to receive, it is receiving, or it has finished receiving.

Remarks

Do not use TransferOperation to determine the status of a transfer. Use TransferStatus or the file transfer events to determine transfer status.

See Also

Return to File Transfer Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.