I can't find documentation for tmail anywhere on the Microsoft site,
except for this:
<http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/thread/
17b05c07-1423-4c1a-add1-849352d3b6a8>

"Probably nowhere but here are some:

-service "<service name>" (You're choosing the service You want to use:
SMS, MMS etc.)
-bcc "<url or number>"
-cc "<url or number>"
-to "<url or number>"
-subject "<text>"
-body "<text>"
-attach "<file path>" (attaches the file when using e-mail service)
-RunInBKG (runs tmail.exe in background, used in \Windows\Startup)
-sync (opens an Active Sync to synchronize the mail)
-open "<folder name>" (opens tmail.exe in selected folder, like Inbox,
OutBox etc.)

I know that there's also a -transport parameter but don't know what's it for.
There should be also some params to send a message prepared from first 7
parameters listed here."

Let me know if this helps - the tech note should be updated.

>I use the Technote 32 for send mail, OK.
>
>But not send the attach FILE
>
>I use this code
>
>eTo="mailto:"; & "info© n..."
>eSubject="?subject=" & "Email sent from NS Basic/CE on a 2002 device!"
>eBody="&body=" & "Hello, NS Basic people!"
>eAttachment="&attach=" & "benchmark.nsb"
>shellExecute "open","tmail.exe", eTo & eSubject & eBody
>
>I trys this too
>
>shellExecute "open","tmail.exe", eTo & eSubject & eBody & eAttachment
>
>EMERSON VIER
>
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to