Retrieve.1 |
Scroll |
Retrieves the document from the server and opens it in read-only mode.
Namespace: Therefore.API
Visual Basic Public Overridable Function Retrieve ( _ nDocNo As Integer, _ strInbox As String, _ pServer As TheServer _ ) As String C# public virtual string Retrieve ( int nDocNo, string strInbox, TheServer pServer )
Parameters nDocNo The document number.
strInbox The destination directory.
pServer A valid and connected TheServer Object.
Return Value Path and filename of the retrieved document. |
|