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  >  Lotus e-learning Forum

Lotus e-learning Forum

developerWorks

  

Sign in to participate PreviousPrevious NextNext

RE: Scheduling e-mail
Luc Groleau 7.Apr.09 10:40 AM Lotus Notes
Notes/Domino All Releases Domino


Yes you can using LotusScript. Create a scheduled agent that runs on your workstation. This agent will need to build your e-mail from scratch.

For example:

Dim session as NotesSession
Dim db as NotesDatabase
Dim doc as NotesDocument

Set db = session.CurrentDatabase
Set doc = db.CreateDocument

doc.Subject = "Hello there!!!"
doc.SendTo = "John Doe"
doc.Form = "Memo"


Call doc.Send


Of course, your e-mail should also include a body field with the appropriate information. Also, if you want to send to more than one person, create an array of people's address and assign that array to "doc.SendTo = ".

Additionally, you might want to special document fields:

$AssistMail = 1 will prevent the mail from being processed by the OOO agent
Importance field is for the delivery importance (priority):
    'Choices are:
    'High = "1"
    'Normal = "2"
    'Low = "3"
SenderTag = Mood stamps
    'Choices are:
    'Normal = "N"
    'Personal = "P"
    'Confidential = "C"
    'Private = "R"
    'Thank You = "T"
    'Flame = "F"
    'Good Job = "G"
    'Joke = "J"
    'FYI = "Y"
    'Question = "Q"
    'Reminder = "M"



Scheduling e-mail (Rajan S Shinde 21.Mar.09)
. . RE: Scheduling e-mail (Luc Groleau 7.Apr.09)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


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

Sign In or Register

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

Member Tools


RSS Feeds

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

Resources

 Resources
Forum use and etiquette
Native Notes Access
Web site Feedback

Lotus Support

 Lotus Support
IBM Support Portal - Lotus software
Lotus Support documents
Lotus support by product
Lotus support downloads
Lotus support RSS feeds

Wikis

 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


 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