Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Function

Library/Class:

Utilities



Function CreateMemo() As

CreateMemo (SendTo() As String, CopyTo() As String, Bcc() As String, Subject As String, BodyHdr As String, Filename As Variant, ConfirmDlg As Integer, AppendRtitem As NotesRichtextItem, KillFile As Integer, ShowPBar As Integer, Note As NotesDocument) As Integer

This function is used by Integra’s runtime libraries to create a new memo document for profiles utilising the Send To option. The function actually receives the blank memo document and just sets all necessary fields on the document and attaches given filenames. Optional it can present a mail-send dialog requesting the user to enter the SendTo, CopyTo, BCC, Subject and Body heading information.

More useful is probably the function SendMail(), which is in matter of fact calling CreateMemo(), but also sends out the mail if CreateMemo() could create a valid (send able) memo document.

Parameters:

    All parameters are explained in the function SendMail(). CreateMemo() has only one additional parameter:
    Note (NotesDocument)
      Blank memo document. This document can be created in either the user’s mail database, in the current database (Integra) or any other database. The document is only a temporarily created mail container and is not saved to file.

Return Value:
 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024