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