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 40
Search took 0.05 seconds.
Search: Posts made by: SvenC[_2_]
Forum: Add-ins for Outlook September 10th 09, 01:56 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba,microsoft.public.platformsdk.mapi
Replies: 11
Views: 1,318
Posted By SvenC[_2_]
Should I switch to redemption

Hi Tom

I'm programming my Addin for Outlook2007. After running against several restrictions I know think about switching to Redemption
and RDO, but it seems that it's a oneway road. If I doo I...
Forum: Outlook and VBA September 10th 09, 01:56 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba,microsoft.public.platformsdk.mapi
Replies: 11
Views: 1,603
Posted By SvenC[_2_]
Should I switch to redemption

Hi Tom

I'm programming my Addin for Outlook2007. After running against several restrictions I know think about switching to Redemption
and RDO, but it seems that it's a oneway road. If I doo I...
Forum: Add-ins for Outlook June 8th 09, 08:42 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 554
Posted By SvenC[_2_]
State of encrypt and sign button for a saved mail?(draft)

3Q, SvenC, you are right, extend MAPI is great, it is show IPM.Note.SMIME.
I
still have a question, could you please help me out it? If there're three
message:
1. Signed only:...
Forum: Add-ins for Outlook June 8th 09, 08:01 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 554
Posted By SvenC[_2_]
State of encrypt and sign button for a saved mail?(draft)

Hi

How could i determine an email whether it is encrypted or signed?(draft
folder mails, Create new one and save.) I saw all available properies via
outlookspy(IMessage) but with no luck. I...
Forum: Outlook and VBA May 29th 09, 03:51 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 870
Posted By SvenC[_2_]
Sending a email using an account setup for the process sending

Hi Cyberwolf,

Currently I am using htis code to send emails with pdf attachements

...
.To = strTo
'.SentOnBehalfOfName = "RAMP"
'"Add "CC" recipient
If strCC "" Then
.CC =...
Forum: Outlook and VBA May 29th 09, 03:10 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 870
Posted By SvenC[_2_]
Sending a email using an account setup for the process sending

"Cyberwolf" wrote in message
...
currently we are having a problem where some of the useres are on the...
Forum: Outlook and VBA May 29th 09, 01:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 870
Posted By SvenC[_2_]
Sending a email using an account setup for the process sending the

Hi Cyberwolf,

I have an access database that sends emails out on a regular basis. It
was
decided to keep track of these emails, that a new exchange account should
be
setup. I am not...
Forum: Outlook and VBA May 29th 09, 08:00 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 788
Posted By SvenC[_2_]
Outlook custom properties

Hi Mcafe,

Anyone know how to add custom properties into Outlook [msg file] from
macro?
I already try some solution provided but still not able to solve this
problem.

This are the...
Forum: Outlook and VBA April 16th 09, 06:18 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 573
Posted By SvenC[_2_]
Exchange Empfängernamen auslesen

Hi Jörg,

ich suche schon geraume Zeit in NG's und über Google.

The primary language in this newsgroup is english.

Leider fehlt mir der Ansatz. Ich möchte per vba die Namen der möglichen
...
Forum: Outlook - Using Forms April 12th 09, 09:47 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 254
Posted By SvenC[_2_]
How to remove Published forms?

Hi David,

I was running MSOutlook 2007. I created a form and published it. I
accessed
it via Actions tab. I select it, fill it out and send it out.
I uninstalled Outlook 2007 and installed...
Forum: Add-ins for Outlook April 12th 09, 09:43 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 566
Posted By SvenC[_2_]
Error Message

After rebooting my computer following a faulty Logitech camera
pplication -
I am receiving several Outlook error messages.

One is "The add-in C:\PROGRA-2\AVG\AVG8\avgxch21.dll could not...
Forum: Add-ins for Outlook April 9th 09, 10:27 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 119
Posted By SvenC[_2_]
Newbie get_CurrentItem() question

Hi Gabriel,

I DID change the declaration to
CComPtrOutlook::_MailItem from CComPtrIDispatch because I couldn't
figure
out how to convert between.

Use QueryInterface to "cast" between...
Forum: Add-ins for Outlook April 9th 09, 07:39 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 119
Posted By SvenC[_2_]
Newbie get_CurrentItem() question

Hi Gabriel,

I think I'm confusing the Inspector object and the Selection object.

Inspector gives you access to a single item shown by Outlook in its
own window.

If I have one or more messages...
Forum: Add-ins for Outlook April 8th 09, 07:58 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 119
Posted By SvenC[_2_]
Newbie get_CurrentItem() question

Hi Gabriel,

I am attempting to add the body of the currently selected message to a new
message I create. The new message creation/sending part works fine, but I
get
a fatal error every time...
Forum: Add-ins for Outlook March 30th 09, 12:03 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 605
Posted By SvenC[_2_]
Errors while adding new item to main menu

Hi Ramazan,

Office::CommandBarPtr lAnaMenu = spCmdBars-GetActiveMenuBar();

Check your smart pointers before you use them!

if(IAnaMenu == NULL)
-- some error handling

...
Forum: Add-ins for Outlook March 30th 09, 10:19 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 605
Posted By SvenC[_2_]
Errors while adding new item to main menu

Hi Ramazan,

Office::CommandBarPtr lAnaMenu = spCmdBars-GetActiveMenuBar();

Check your smart pointers before you use them!

if(IAnaMenu == NULL)
-- some error handling

Newer Outlook versions...
Forum: Add-ins for Outlook March 27th 09, 08:11 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 559
Posted By SvenC[_2_]
Add an item to the "new" - option in outlook toolbar

Hi Heinz,

thanks for this hint!
Can you provide an codesnippet becouse i'm not realy sure about the right
way to do it...

' this is a global variable
Private WithEvents m_oNewButton as...
Forum: Add-ins for Outlook March 26th 09, 12:42 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 559
Posted By SvenC[_2_]
Add an item to the "new" - option in outlook toolbar

Hi Heinz,

thanks for this information, but when i'm installing Livemeeting it is
possible for them - there occures new buttons in this menu

Search the CommandBars collection of the Outlook...
Forum: Add-ins for Outlook March 19th 09, 08:33 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 550
Posted By SvenC[_2_]
How to get Outlook's command line parameters?

Hi,

"刘é¹" Liu wrote in message
...
I want to create a Add-In to let Outlook can deal with...
Forum: Add-ins for Outlook March 14th 09, 11:54 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 600
Posted By SvenC[_2_]
MAPI programming issue - outbox doesn't exist?

Hi tsunamisama.

Hi, I'm not sure where I need to post this question, but I guess this
Discussion Group is the closest match, so here goes:
(BTW: if anyone can suggest a better place to ask...
Forum: Add-ins for Outlook August 29th 08, 01:13 PM Posted to microsoft.public.office.developer.com.add_ins,microsoft.public.office.developer.officedev.other,microsoft.public.officedev,microsoft.public.outlook.program_addins
Replies: 0
Views: 439
Posted By SvenC[_2_]
Please vote for public Microsoft Office symbols

Hi Office developers,

if you ever had the need for public Microsoft Office debug symbols to make
your debugging of addins or the like easier, please vote on Microsoft
Connect. Up to now Microsoft...
Forum: Outlook - Using Forms May 14th 08, 03:20 PM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 618
Posted By SvenC[_2_]
Outlook custom forms

Hi Eric,

I now think I can read Process Monitor correctly, so that means the
previous post was not accurate. The message when I try to open the
custom form is:

Under column 'Operation'...
Forum: Outlook - Using Forms May 14th 08, 08:16 AM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 618
Posted By SvenC[_2_]
Outlook custom forms

Hi Eric,

From what I can tell in Process Monitor, it says NameNotFound, or
FileNotFound.

Which files or reg keys are missing?

It might be quite normal if some are missing because some form...
Forum: Outlook - Using Forms May 10th 08, 11:09 AM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 618
Posted By SvenC[_2_]
Outlook custom forms

Hi Eric,

I have created a custom form in Outlook 2002 and it worked great on
my old laptop. I am now using a new laptop and want to use that
custom form and now get this message: 'An error has...
Forum: Outlook and VBA April 21st 08, 03:52 PM Posted to microsoft.public.outlook.program_vba
Replies: 17
Views: 3,743
Posted By SvenC[_2_]
MAPI Session Logon error

Hi Sue,

Actually, it should be possible to do that by prefixing the userID
with "=" to force an exact match, e.g. "=" & UserId

I tested that a while ago and had problems with it. It could...
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT +1. The time now is 10:46 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.