Autor Thema: stationaery mail öffnen  (Gelesen 1079 mal)

Offline romain

  • Frischling
  • *
  • Beiträge: 2
stationaery mail öffnen
« am: 19.09.05 - 17:19:00 »
hi
ich moechte mit einem agenten eine Stationery-mail aufmachen zum versenden.
danke

Offline m3

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.102
  • Geschlecht: Männlich
  • Non ex transverso sed deorsum!
    • leyrers online pamphlet
Re: stationaery mail öffnen
« Antwort #1 am: 19.09.05 - 17:21:52 »
Ich hätte gern einen warmen Eislutscher.
DANKE!

 >:(

Täusche ich mich, oder wird die Fragequalität immer schlechter.

Als kleine Hilfe: http://www.lugbz.org/documents/smart-questions_de.html
HTH
m³ aka. Martin -- leyrers online pamphlet | LEYON - All things Lotus (IBM Collaborations Solutions)

All programs evolve until they can send email.
Except Microsoft Exchange.
    - Memorable Quotes from Alt.Sysadmin.Recovery

"Lotus Notes ist wie ein Badezimmer, geht ohne Kacheln, aber nicht so gut." -- Peter Klett

"If there isn't at least a handful of solutions for any given problem, it isn't IBM"™ - @notessensai

Offline romain

  • Frischling
  • *
  • Beiträge: 2
Re: stationaery mail öffnen
« Antwort #2 am: 19.09.05 - 17:29:13 »
also versuche ich das problem mal genauer zu beschreiben:

ich habe unter notes ein stationery amgelegt. (wir nutzen eine engliche version)
ich moechte ueber einen toolbar-button einen agenten aufrufen, der mir automatisch dieses dokument aufmacht.

oder andere methode

ein agenten der selbstaendig eine neues memo erstellt. (hackt bei mir, da @SendMail() nur PlainText erlaubt und kein RichText)

ich arbeite nur mit @formulas & @command

Offline m3

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.102
  • Geschlecht: Männlich
  • Non ex transverso sed deorsum!
    • leyrers online pamphlet
Re: stationaery mail öffnen
« Antwort #3 am: 19.09.05 - 17:37:23 »
Wenn Du in Deine Mailschablone siehst, findest Du in der View "(Stationary)" eine Action "New Mail with Stationary", welche folgenden Code ausführt:

Code
Dim session As New notessession
	Dim uiws As New notesuiworkspace
	Dim collection As notesdocumentcollection
	Dim noteUIEditDocument As notesuidocument
	Dim database As NotesDatabase
	
	Set noteCursorDoc = session.currentdatabase.createdocument
	Set database = session.currentdatabase
	
	Set collection = uiws.Picklistcollection(PICKLIST_CUSTOM, False, database.server, database.filepath, "Stationery", "Select Stationery", "Please select stationery for new memo.")
	If Not(collection Is Nothing) Then     '//User may have cancelled
		Set noteCursorDoc = collection.getfirstdocument
		If Not noteCursorDoc Is Nothing Then
			Set noteUIEditDocument =  uiws.Editdocument(False, noteCursorDoc)
		End If	
	End If
	Exit Sub
Das sollte eigentlich alle Fragen klären.
HTH
m³ aka. Martin -- leyrers online pamphlet | LEYON - All things Lotus (IBM Collaborations Solutions)

All programs evolve until they can send email.
Except Microsoft Exchange.
    - Memorable Quotes from Alt.Sysadmin.Recovery

"Lotus Notes ist wie ein Badezimmer, geht ohne Kacheln, aber nicht so gut." -- Peter Klett

"If there isn't at least a handful of solutions for any given problem, it isn't IBM"™ - @notessensai

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz