Skip to main content
 
developerWorks
AIX and UNIX
Information Mgmt
Lotus
New to Lotus
Products
How to buy
Downloads
Live demos
Technical library
Training
Support
Forums & community
Events
Rational
Tivoli
WebSphere
Java™ technology
Linux
Open source
SOA and Web services
Web development
XML
My developerWorks
About dW
Submit content
Feedback



developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 4 and 5 Forum

Notes/Domino 4 and 5 Forum

developerWorks

  

Sign in to participate PreviousPrevious NextNext

Display e-mail using COM library
Pal K Tonder 22.Apr.04 04:58 AM a Web browser
Lotus Tools -- Other 5.0.12; 5.0.11; 5.0.10; 5.0.9a; 5.0.9; 5.0.8; 5.0.7a; 5.0.7; 5.0.6a; 5.0.6; 5.0.5; 5.0.4a; 5.0.4; 5.0.3; 5.0.2c; 5.0.2b Windows 2000; Windows 95/98; Windows NT; Windows XP

I use the COM object model to create a simple script for mailing documents as attachments (See below). I found no way of displaying the e-mail before sending it to allow the user to use their contact list for selection the recipient, so for now an input box is used. Can anybody help me to display e-mail or select from the contact list?

Script:
Sub MakeColMail(valArray)

'Create the notes session.
Set session = CreateObject("Lotus.NotesSession")
session.Initialize
Set dir = session.GetDbDirectory("")
Set db = dir.OpenMailDatabase
Set doc = db.CreateDocument ' create a mail DomDocument

receiver = InputBox("Recipient:")
If receiver = "" then exit sub

With doc
Set item = .ReplaceItemValue ( "Form", "Memo" )
Set notesRichTextItem = .CreateRichTextItem( "Body" )

'Add attachments to the message.
Counter = valArray(0)
If Counter = 0 Then
notesRichTextItem.AppendText "Ingen registrerte dokumenter for prosjektet [" & valArray(1) & "]"
ELSE
notesRichTextItem.AppendText "Vedlagt følger prosjektdokumenter for prosjektet [" & valArray(1) & "]"
notesRichTextItem.AddNewLine 1

For i = 1 To Counter
notesRichTextItem.EmbedObject 1454, "", valArray(i + 1) ' EMBED_ATTACHMENT (1454)
notesRichTextItem.AddNewLine 1
Next

End If

Set item = .ReplaceItemValue _
( "Subject", "Prosjektdokumenter for prosjektet [" & valArray(1) & "]" )

Set item = .ReplaceItemValue ( "SendTo", receiver )

Call doc.Send(True, receiver)
End With
End Sub






  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Author
Category
Platform
Release
Advanced search

 Sign In or Register
Sign in
Forgot your password?
Forgot your user name?
Create new registration

 RSS feedsRSS
All forum posts RSS
All main topics RSS
More Lotus RSS feeds

 Resources
Forum use and etiquette
Native Notes Access
Web site Feedback

  Lotus Support
Lotus Support
Product support pages index
Search knowledge base (Technotes)
Search support downloads
Lotus Support RSS

 Wikis
IBM Composite Applications
IBM Mashup Center
IBM Connections
IBM Docs
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud for Social Business
IBM Web Experience Factory
Lotus Domino
Lotus Domino Designer
Lotus Expeditor
Lotus Foundations
Lotus iNotes
Lotus Instructor Community Courseware
Lotus Notes
Lotus Notes & Domino Application Development
Lotus Notes Traveler
Lotus Protector
Lotus Quickr
Lotus Symphony
IBM Web Content Manager
WebSphere Portal

 Lotus Forums
Notes/Domino 9.0
Notes/Domino 8.5 + Traveler
Notes/Domino XPages development forum
Notes/Domino 8
Notes/Domino 6 and 7
Notes/Domino 4 and 5
IBM Connections
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud Notes
IBM SmartCloud Meetings
IBM Web Content Manager
Lotus Domino Document Manager
Lotus e-learning
Lotus Enterprise Integration
Lotus Expeditor
Lotus Protector
Lotus Quickr
Lotus SmartSuite
Lotus Symphony
Lotus Symphony Developer Toolkit Support
Lotus Workflow