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 25 of 33
Search took 0.04 seconds.
Search: Posts made by: MON205[_2_]
Forum: Add-ins for Outlook July 22nd 08, 08:56 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,009
Posted By MON205[_2_]
Load MSG into PST

Now it is 1-0 for you :)
About the "pInboxFolder", GetDefaultFolder() returns a smart pointer
"MAPIFolderPtr" when passin this smart pointer, the exception raised. Also I
tried passing...
Forum: Add-ins for Outlook July 21st 08, 09:53 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,009
Posted By MON205[_2_]
Load MSG into PST

1. How exactly did you call CreateItemFromTemplate?
pInboxFolder = m_spApp-GetNamespace( "MAPI" ).GetDefaultFolder(
Outlook::olFolderInbox );
MSG = m_spApp-CreateItemFromTemplate( TEXT(...
Forum: Add-ins for Outlook July 20th 08, 04:48 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,009
Posted By MON205[_2_]
Load MSG into PST

Hello,
I want to load a stand alone MSG file (on disk) into Outlook. To do this, I
tried using the CreateItemFromTemplate() function. This always return
"invalid argument" when trying to pass a...
Forum: Add-ins for Outlook July 20th 08, 09:04 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,343
Posted By MON205[_2_]
MAPILogonEx

Ohhh.. I missed the flag "MAPI_LOGON_UI" where I passed NULL as the Profile
Name. Now, the Profiles dialog appear containing two profiles; "Outlook" and
"PstLoadTmp000". Are those profiles found...
Forum: Add-ins for Outlook July 17th 08, 03:54 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,343
Posted By MON205[_2_]
MAPILogonEx

I installed the MAPI library from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=E17E7F31-079A-43A9-BFF2-0A110307611E&displaylang=en

Now call to MAPIInitialize succeeded, but MAPILogonEx...
Forum: Add-ins for Outlook July 17th 08, 03:36 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,343
Posted By MON205[_2_]
MAPILogonEx

I tried un-installing Outlook. And now, all MAPI calls fail, starting from
MAPIInitialize()!!!
Who installs the Extended MAPI? Is it Outlook? If yes, can't I use Simple
MAPI when Outlook is not...
Forum: Add-ins for Outlook July 17th 08, 12:07 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,343
Posted By MON205[_2_]
MAPILogonEx

Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook installed?

Thanks a lot
Forum: Add-ins for Outlook July 16th 08, 09:00 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,029
Posted By MON205[_2_]
MSG to EML

Thanks a lot.
I'll try Redemption and the MailBoxSDK.

"Sue Mosher [MVP-Outlook]" wrote:

I've seen people say good things about this developer toolkit:
http://www.iconico.com/mailbox-SDK/
--...
Forum: Add-ins for Outlook July 15th 08, 04:58 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,029
Posted By MON205[_2_]
MSG to EML

What about the Redemption library? Does it depend on Outlook in conversion?

"Ken Slovak - [MVP - Outlook]" wrote:

Not that I know of.

--
Ken Slovak
[MVP - Outlook]
...
Forum: Add-ins for Outlook July 15th 08, 04:08 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,029
Posted By MON205[_2_]
MSG to EML

Is there any other way to convert?

"Ken Slovak - [MVP - Outlook]" wrote:

You aren't allowed to deploy any of the Outlook dll's.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Forum: Add-ins for Outlook July 15th 08, 03:00 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,029
Posted By MON205[_2_]
MSG to EML

Hello all,
How can I programatically convert MSG files to EML files without depending
on Outlook?
I tried the IConverterSession and it works fine, but it required that
Outlook be installed. Is...
Forum: Add-ins for Outlook July 3rd 08, 12:58 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,441
Posted By MON205[_2_]
Attachments of saved MSG files

Don't you despair ?!!!
Thanks Dmitry

"Dmitry Streblechenko" wrote:

It is up to tehe provider to expose the PR_ATTACH_SIZE property (it is
attachment data plus whatever otheer properties are...
Forum: Add-ins for Outlook June 26th 08, 03:10 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,441
Posted By MON205[_2_]
Attachments of saved MSG files

Hi Dmitry,
Your way works fine. I can now get the name of the attachment. But still
cant get the size (PR_ATTACH_SIZE).
Anyway, when I try to do that from OutlookSpy, I can't get any data,...
Forum: Add-ins for Outlook June 25th 08, 08:51 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,441
Posted By MON205[_2_]
Attachments of saved MSG files

I tried the Misc | OpenIMsgOnIStg and the same behavior found.
I need to read these properties:
1. PR_ATTACH_LONG_FILENAME_W,
2. PR_ATTACH_FILENAME_W
3. PR_DISPLAY_NAME
4. PR_ATTACH_SIZE
In...
Forum: Add-ins for Outlook June 24th 08, 09:09 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,441
Posted By MON205[_2_]
Attachments of saved MSG files

Hello,
I'm trying to open a MSG file (saved on disk) and get the names ans sizes of
attachments. GetAttachmentTable( ) returns S_OK but there are no info about
attachments. Also if you opened the...
Forum: Add-ins for Outlook May 11th 08, 09:44 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,174
Posted By MON205[_2_]
CommandBarButton::Enabled

Thank you Ken.
I'll try doing that.

"Ken Slovak - [MVP - Outlook]" wrote:

Well, I've never seen that happen in any of the addin I've worked on. As I
said, I don't do C++ but I've never seen it...
Forum: Add-ins for Outlook May 8th 08, 10:20 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,174
Posted By MON205[_2_]
CommandBarButton::Enabled

Hello Ken,
Yes, the Explorer has the focus and the button is valid.
The same problem also happen when I set an icon for the button (PutPicture).

"Ken Slovak - [MVP - Outlook]" wrote:

I don't do...
Forum: Add-ins for Outlook May 6th 08, 05:01 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,174
Posted By MON205[_2_]
CommandBarButton::Enabled

I'm using the _CommandBarButton::PutEnabled( VARIANT_TRUE );
in Outlook 2003.. The toolbar on explorer.

"Ken Slovak - [MVP - Outlook]" wrote:

What version of Outlook? Where is this toolbar,...
Forum: Add-ins for Outlook May 5th 08, 04:50 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,174
Posted By MON205[_2_]
CommandBarButton::Enabled

Hello all,
In my add-in I create a toolbar and set some buttons disabled. After some
actions I want to set these buttons enabled, so I set the Enabled property to
true. I noticed that sometimes...
Forum: Add-ins for Outlook November 8th 07, 05:17 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 491
Posted By MON205[_2_]
E-Mail rules and Add-in

Hello all,
My add-in loops for all folders in outlook account, and reading all mails
and set a named property for these read emails.
The problem is, my add-in cause e-mail rules stop functionality...
Forum: Outlook - General Queries November 5th 07, 01:43 PM Posted to microsoft.public.outlook
Replies: 0
Views: 391
Posted By MON205[_2_]
IMessage::SaveChanges()

Hello all,
I've added a HTTP account to my Outlook (Hotmail account). A new PST added,
and now the SaveChanges() failed when I call it for messages in this PST
(error 0x8004DFF7). Is there any fix...
Forum: Add-ins for Outlook September 30th 07, 09:58 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 708
Posted By MON205[_2_]
Add-in not loaded

Maybe...
Thanks

"Ken Slovak - [MVP - Outlook]" wrote:

So what's the problem? If an addin is disabled it or any later version will
remain disabled until re-enabled. That's how it works.

--...
Forum: Add-ins for Outlook September 27th 07, 01:37 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 708
Posted By MON205[_2_]
Add-in not loaded

Oh.. I found the problem.
Outlook disabled my add-in. I enabled it now :)
But I think there is still a problem!!
If your add-in disabled, and you uninstall it and re-install, then your
add-in will...
Forum: Add-ins for Outlook September 27th 07, 12:43 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 708
Posted By MON205[_2_]
Add-in not loaded

Hello all,
My Outlook add-in works fine, I test it on several machines and all things
fine. But a problem found on one machine, that the add-in not loaded.
If you opened the COM Add-Ins dialog...
Forum: Add-ins for Outlook September 12th 07, 08:28 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 788
Posted By MON205[_2_]
Outlook takes long time to shutdown!!!

No. Not managed code.
I'm using C++ !!!

"Ken Slovak - [MVP - Outlook]" wrote:

If this is managed code that can be a function of the garbage collector and
the general slowness of managed code....
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT +1. The time now is 03:32 AM.


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.