Forum Replies Created
-
AuthorReplies
-
January 10, 2008 at 3:36 pm in reply to: HTML emails not displaying correctly on forward or reply #5589
Object API does not expose any method to create the HTML message easily. We have been asking Novell to add method to create HTML message and finally GroupWise 8 may have this method.
In the meantime, you have to create the TEXT.htm file and add as an attachment to create the proper HTML message. The following code save the HTML contents to TEXT.htm file and add as an attachment to the message. Another modification to your code, we recommend to create the draft message in Work-In-Progress folder rather then the mailbox.
dim newMail dim srlText dim mailTo dim subject Set srlText = Utilities.StringList Set newMail = GroupWise.Account.workfolder.Messages.Add("GW.MESSAGE.MAIL") srlText.Add("<HTML><BODY>" + vbCrLf) srlText.Add("<FONT TYPE=" + chr(34) + "VEDANA " + chr(34) + "SIZE=" + chr(34) + "3" + chr(34) + ">") srlText.Add("<BR> This is a link to ") srlText.Add("<A HREF=" + chr(34) + "http://www.advansyscorp.com/forums/forum/3634089931-2/") srlText.Add(chr(34) + ">Formativ Forums</A> <BR>") srlText.Add(vbCrLf + "</FONT></BODY></HTML>") call utilities.savestringtofile(srlText.Text, utilities.TempFiles & "TEXT.htm", true) subject = "Formativ Forum Support" mailTo = "test@yourcorp.com" newMail.Recipients.Add mailTo, , 0 call newMail.attachments.add(utilities.TempFiles & "TEXT.htm", fgwFile, "TEXT.htm") newMail.Subject = subject newMail.SendRegards,
Advansys SupportWe haven’t had any reports about embedded images not displaying in other web mail applications (i.e. Hotmail, Gmail, Yahoo, etc). The engineers believe the issue could be related to Novell WebAccess. You may need to look at the Web Access message page source to understand what is happening.
You can try the Stationery solution which uses a different technique than Personalized Emailer. Please note that Formativ commercial products are provided as free, fully featured 30-day trial software.
Do not hesitate to contact us if you have any further questions or comments.
Regards,
Advansys SupportThank you for your enquiry. We have the following products currently under development.
- We have recently developed FML Extractor utility which extract the Advansys FML file (FML file is created by the Advansys Message Saver or Archive To Go product) and save the message body as html and all file attachments into a subfolder. We are expecting to release this product soon.
- We are currently working on a product to convert an Archive To Go archive into Outlook PST format. The solution have option to import fml files to Outlook folder. We hope the solution may be available for release at the end of first quarter 2008. Please send an email to Support (support@advansyscorp.com) if you want to be a beta tester of this solution.
- We also working on the FML Restorer product which convert the Fml files to GroupWise. This product currently in final stage and we are expecting to release soon.
Regards,
Advansys Support[This message was edited by Support 3 on January 08, 2008 at 01:45 PM.]
Thanks for your post.
Unfortunately we do not have enough experience about ServerXMLHTTP. Generally “automation server can’t create object” refer that it was unable to create the ServerXMLHTTP. Please make sure, you have the Microsoft XML Parser (MSXML) version 3.0 or later installed.
Please note, any pop-up windows do not automatically inherit the authentication from the parent window. It also could be security issues with the ActiveX which don’t appear in the main IE browswer.
Hope this helps.
Regards,
Advansys SupportWe have sent the email to you about Vista installation.
Regards,
Advansys SupportIt appears the Novell WebAccess process the embedded image differently then Yahoo, Gmail, Hotmail etc. The Personalized Emailer use slightly different technique when sending the email with embedded image.
We have log this issue to our database.
Regards,
Advansys Support‘GWCMA1.DLL’. Read of address 00000000″ error usually shows when GroupWise unable to handle the task. Generally we recommend to save a small batch of messages as GroupWise can slow down dramatically when processing large batch of messages. However, we are not aware of any limitation of the number of messages can be saved in a batch.
We have log this issue to our database for future testing.
Regards,
Advansys SupportThanks for the confirmation.
Regards,
Advansys SupportThanks for the confirmation.
Regards,
Advansys SupportWe have respond your enquiry by direct email.
Regards,
Advansys SupportSorry for the delay in our response.
We haven’t had any report about this issue. Please make sure the destination folder is exists on the disk. The error message may be cause by a problematic message. Can you save a single message to the disk? Can you try to save a different batch of messages.
Look forward to hearing from you.
Regards,
Advansys SupportGroupWise does not expose all methods on moving messages. See the Object API (http://developer.novell.com/documentation/gwobjapi/index.html?gwobjenu/data/h7ikbsqg.html) for the methods to move messages. The code below should move the selected message to cabinet folder.
dim oMsg dim oSourceFolder set oMsg = client.clientstate.commandmessage ' Get the source folder set oSourceFolder = oMsg.EnclosingFolders.item(1) ' Move the message call oSourceFolder.messages.move(oMsg, groupwise.account.cabinet.messages) set oSourceFolder = nothing set oMsg = nothing
On a separate note, we have recently release Filing Assistant (http://advansyscorp.com/formativ_sol_filing_assistant.htm) solution to quickly locate folder and move selected messages.
Hope this helps.
Regards,
Advansys SupportWe have replied by direct email.
Regards,
Advansys SupportWe don’t think you can create any GroupWise rules which delete message if subject length exceed some limit. Not sure any option available in ConsoleOne. We will recommend to contact Novell or post a message to the GroupWise forums. Some are listed below:
http://support.novell.com/forums/2gw.html
http://groups.google.com/group/novell.support.groupwise.7x.clients/topics?lnk=gschgAnother thought, may be it is possible to delete the message using the Object API when the subject limited exceed. A Formativ applet can be integrate to On Message Arrival and check the subject length of the new message and delete or move accordingly. Hope accessing the spam message with long subject by the API will not lock or hung the GW client.
Hope this helps.
Regards,
Advansys SupportMay be I have missed something as I can not see the problem. I have performed the following steps and unable to re-produce the issue:
1. Support Account: Send a message from Support to Test account with a file attachment. The source of the message in Test account:
<HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD> <BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma"> <DIV>Message from support - Support</DIV></BODY></HTML>
2. Test Account: Delete the attachment using the solution. Reply the message to Support
3. Support Account: Source of the message. I can see the reply text from the Test Account.
<HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD> <BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma"><DIV> <STRONG>Security:</STRONG> Next Position<br><br><br></DIV> Thanks for the message - Test <BR><BR>>>> Support 11/12/2007 8:43 am >>><BR> <SPAN style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal"> Message from support - Support <BR></SPAN></BODY></HTML>
Regards,
Advansys Support -
AuthorReplies