Returns the transfer operation for the file transfer object.
object.TransferOperation
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.
Do not use TransferOperation to determine the status of a transfer. Use TransferStatus or the file transfer events to determine transfer status.
Return to File Transfer Reference.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.