A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts made by: StupidDog
Forum: Outlook - Using Forms April 28th 06, 11:36 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 274
Posted By StupidDog
how to change the accept's time when i import a mail into outlook?

i can import a mail into outlook, but i can not change the accept's time of
the mail when i import the mail into outlook. the mail is imported have the
current time---import it into outlook
my code...
Forum: Outlook - Using Forms April 19th 06, 12:15 PM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 488
Posted By StupidDog
about CItems's Add method???

i write some code.
like this....
i have got the mailfolder. so.. i write code like...

CItems m_Items;
CMailItem m_NewMail;
VARIANT vt;
VariantInit(&vt);
m_Items =...
Forum: Outlook and VBA April 13th 06, 04:05 AM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 2,219
Posted By StupidDog
how to change mail's receive time in outlook?

thank for your reply.

MAPI/CDO 1.21/Redemption?????

but i did not use this.

is there have some example for me ?

thank you!
Forum: Outlook and VBA April 12th 06, 12:15 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 2,219
Posted By StupidDog
how to change mail's receive time in outlook?

i want to change mail's receive time in outlook.
i can read the mail and get some value, eg ReceivedTime and so on.
but i can not change the ReceivedTime value.
who konw how to do?
thank you!

my...
Forum: Outlook and VBA April 11th 06, 11:31 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,244
Posted By StupidDog
how to get mail's receivedTime?

_ApplicationPtr pApp("Outlook.Application");
_NameSpacePtr pNameSpace = pApp-GetNamespace(L"MAPI");
MAPIFolderPtr pOutbox = pNameSpace-GetDefaultFolder(olFolderInbox);
_ItemsPtr pOutboxItems =...
Forum: Outlook - Using Forms April 7th 06, 10:32 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 407
Posted By StupidDog
read mail folder list

how to reak outlook's mail folder list?

i can get outlook's mail folder list by
"pFolder=pApp-GetNamespace(_bstr_t("MAPI"))-PickFolder();" now.
but this is a dialog box.

i don't want get dialog...
Forum: Outlook - Using Forms March 29th 06, 03:45 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 500
Posted By StupidDog
how to change sender when i create new mail?

I write some code for add email to outlook. But i do't
change "sender",who can help me? thanks!

My Code like this...

_MailItemPtr pNewMail;
pNewMail=m_pItems-Add();
pNewMail-To="someone";
...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 05:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.