IMessenger::ReceiveFileDirectory Property

Deprecated. Retrieves the local path to the directory currently being used to store any files received through file transfer.

Syntax

HRESULT IMessenger::get_ReceiveFileDirectory(BSTR *bstrPath);

Parameters

  • bstrPath
    Return value. Pointer to a BSTR that contains the path to the directory being used to write files sent by file transfer.

Return Value

Returns one of the following values:

S_OK Success.
E_OUTOFMEMORY String comparison failed because the system could not allocate enough memory to create a new BSTR.
E_NOTIMPL Cannot be called from script
PRC_X_NULL_REF_POINTER bstrPathis a NULL pointer.

Remarks

This value can be changed from the default by a client user option.

Note  This property is not available for scripting languages.

Important  IMessenger::ReceiveFileDirectory is no longer available in Windows Vista. See Windows Messenger for more information.

See Also

IMessenger::SendFile