Windows Vista Tips

Windows Vista Tips > Newsgroups > ActiveSync > fetch any e email account name configured in outlook

Reply
Thread Tools Display Modes

fetch any e email account name configured in outlook

 
 
shoeb
Guest
Posts: n/a

 
      02-13-2010
I need to fetch any e email account name configured in outlook and invoke
the outlook with a file attatched. Like in following code I have hardcoded
the account name("eb") but I need to fetch it programmatically.
TCHAR cmd[]=L"-service \"eb\" -to \"\" -subject \"Photos\"";
CreateProcess(_T("tmail.exe"), cmd, NULL, NULL, FALSE, NULL, NULL, NULL,
NULL, NULL);

Any help will be highly appreciated.
Thanks & Regards
Shoeb

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining Email Accounts in WLM K-Bob Windows Live Mail 5 02-08-2010 07:55 PM
Unable to add computer to domain Nik Active Directory 5 12-18-2009 08:29 PM
Administrator log in Ben Windows Vista Administration 41 04-29-2007 11:08 PM
RE: Please help *PLEASE PUT ME ON YOUR EMAIL LIST* Jonty Windows Vista Games 0 08-16-2006 07:46 AM
READ THIS !!! Pietje ActiveSync 0 01-18-2006 06:58 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59