Read-only archive of the All About Symbian forum (2001–2013) · About this archive

can i send e-mail with my app?

1 replies · 1,653 views · Started 21 February 2003

hi every1!

i am having a hard time trying to figure this out, plz help... :cry:

i want to send e-mail from my app.

i know how to send mms, but i cant figure out how to create mail object, setting it's fields and putting it in the outbox folder.

the class i need to use is CSendAs but i cant compile, i get linking errors.

has anyone tried to send e-mail like this? does any1 know an open source program/example that do that?

thx ahead!!!
Scorp

BTW this is a summary of the code:

in app1container.h i added:

#include <sendas.h>
CSendAs* mailobj;

in app1container.cpp i added:

mailobj->SetMtmL(0x10001028); //this is just one line but the linker couldnt find any of the functions associated with this class...