Quantcast
Channel: Pegasus Mail Community Support
Viewing all articles
Browse latest Browse all 1735

Problem whith mapi

$
0
0

Friendly hallo,

I want to prepare a mail with my software and the User shall be able to edit this mail before sending. Therefore and to be independend of the mailer I use the simple mapi to prepare the mail. It works whith Outlook. But when I test it with Pegasus, Pegasus starts, but there is no Window for a new mail.

The mapipm.log looks like this:

19 November 18:37 MapiSendMail called
19 November 18:37 MAPI for Pegasus Mail 1.7.7 (October 18, 2010)
19 November 18:37 MapiSendMail: recipients supplied
19 November 18:37 PokeHeaders called
19 November 18:37 Subject line: SUBJECT: Test
19 November 18:37 Recipient starts
19 November 18:37 recipient: SMTP:mailbox@domain.de
19 November 18:37 Recipient: TO: SMTP:mailbox@domain.de
19 November 18:37 Recipients ends
19 November 18:37 Body text begins
19 November 18:37 message line: DATA: <Das ist ein Beispieltext
Er enthält mehrere Zeilen
as soll nun genug sein.
 
>
19 November 18:37 body text ends
19 November 18:37 PokeHeaders ends
19 November 18:37 No attachments given
19 November 18:37 DDE done

In a discussion I read "SUBJECT: Test" is the reason. With my software I insert only "Test" to the descriptor:

MapiMessage.lpszSubject := StrNew(PChar( Edit3.Text ));  {Edit3.Text = 'Test'}

Who kan help me to solve this problem?

Greetings

Peter


Viewing all articles
Browse latest Browse all 1735

Trending Articles