hi
using a memo-form Notesv5 in one of our mailin-Database there are three ways to create a draft:
1- “save as Draft”
2- “save and store” (sorry my english)
[
MEMO_DRAFT_FILE:=“16”;
FIELD ActionInProgress:=MEMO_DRAFT_FILE;
@If(@Command([FileSave]);@Command([FileCloseWindow]);@Return(“”))
]
3- And an error in a program-code using save
OUR PROBLEM:
The eMail saved As Draft looses information like posted date. How can I define after the event if the draft was already sent (or incoming eMail) Or Not?? Now we have hidden/corrected theses actions, but there a lot of mails were transformed.
Your help will be much appreciated - Thx
May be a hint comes from $StorageTo Field: there i didn’t find any description, but it seems to me, incoming or outgoing mails which were saved as draft have a value “.” ↔ the others a value “1” ???