Re: Images embedded in HTML bodies
Wed, 17 Oct 2007 14:55:14 +0100
I solved the content ID problem. It turned out that my IStream interface
didn't implement IStream::CopyTo.
Ah well.
"Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message
news:ee9P3jhBIHA.3848@TK2MSFTNGP05.phx.gbl...
> Are you sure HTML has the right <img> tags with the correct values of
> cid's ...
|
Re: Why doesn't this code give me the Company name?
Tue, 16 Oct 2007 16:13:23 +0200
Stephen Griffin [MSFT] wrote:
> http://codeplex.com/mfcmapi - there's nothing to install - just run it.
>
> You're not getting it in the QueryRows call because you didn't ask for it.
> Use SetColumns to set the columns you want to get, then use QueryRows to get
> them.
>
I tried this approach also but with ...
|
CreateMsgService returns an error E_ACCESSDENIED
Mon, 15 Oct 2007 23:37:10 -0700
Hi all,
I have been trying to write a program to fetch the emails of Users in
an Exchange Server.
For this i am using Extended MAPI
I have created a profile with name "TestProfile"
HRESULT hRes = adminProfile->CreateProfile("TestProfile",NULL, 0, 0);
if(hRes != S_OK)
{
cout<<" Error in Creating the ...
|
PR_ATTACH_CONTENT_ID
Mon, 15 Oct 2007 22:12:50 +0100
Hi Guys
Is this property supposed to be Unicode or ANSI or do both have to be
supported?
Cheers
Win
...
|
Re: Why doesn't this code give me the Company name?
Fri, 12 Oct 2007 07:33:46 +0200
Dmitry Streblechenko wrote:
> I don't get it: what do you get? And error (the prop type is changed to
> PT_ERROR in rows)? Or something else?
> You mentioned before that you get 8 properties. Ho is that possible if you
> only request 1?
Ah I see the reason for the confusion. I should have know better. I got ...
|
Read a PST without outlook dependency
Wed, 14 Mar 2007 09:56:32 -0500
I am a Beginner in this .. I am sure some one must have asked this but
cudnt find it.. I want to read a .pst file using MAPI with c++ without
dependencies on outlook.. I am sure it is possible.. Any Sample Code
would be of great help .. Thanx.. ...
|
Read a .pst file Using MAPI with C++
14 Mar 2007 07:12:45 -0700
I am a Beginner in this .. I am sure some one must have asked this but
cudnt find it.. I want to read a .pst file using MAPI with c++ without
dependencies on outlook.. I am sure it is possible.. Any Sample Code
would be of great help .. Thanx..
...
|
|
|
SMS List
12 Mar 2007 08:46:44 -0700
Hi everybody!
I'm working on a WM 5.0 project using mapi dll (cemapi).
Well, I'm trying to retrieve a list of all SMS in the outbox, but I
only get them as an ENTRYLIST structure and I need to get their names
and destination numbers. I guess if I know their ENTRYID I'd be able
to get all the information I n ...
|
Delegates user issue!
Fri, 9 Mar 2007 16:50:23 +0800
A delegates user can be configured for another mail account from Outlook,so
how can I judge whether the current folder I'm accessing is belong to a
delegates user in from outlook plugin ? Does MAPIFolder::StoreID has some
relative to PR_MDB_PROVIDER? If does,how can I translate to each other?
Any hints is ...
|
DIALOG_SDI
Fri, 9 Mar 2007 09:02:31 +0200
Can anyone tell me how to get the recipient list when calling address book
in a modeless dialog context (DIALOG_SDI).
...
|