how to collect details from user, during installation of office addin?
Sat, 23 Jan 2010 15:28:30 -0500
During installation of the office addin, what is the process if we have
to collect some details from user and use those parameters to store
somewhere to be used by the addin.
I am using vsto setup project to prepare installer.
I am able to add ui interface like a textboxes dialog, to collect data
from end user.
...
|
WHERE without using CASE
Sat, 23 Jan 2010 10:09:34 +1300
I'm trying to edit a Filter in Outlook and it has a sort of SQL syntax. The
only thing is I don't know if it accepts CASE statements -- it's giving a
'SQL parsing' error.
Is there another simple SQL way of doing this WHERE clause without using
case (e.g. using AND or OR)?:
WHERE (CASE WHEN (MyField1 IS N ...
|
UnauthorizedAccessException
Fri, 22 Jan 2010 09:22:21 -0500
Hi' your'll can you Please help. I created a button on Outlook 2007 using VB.net (Shared Add-ins). The button is for saving an email and it's attachment into a folder which on the server. Well it works well when I am logged in as an administrator in a PC But when I'm a normal user, It gives me pop-up form with t ...
|
Getting the attachments in MailItem
Thu, 21 Jan 2010 18:02:56 GMT
Hi all,
I am new in outlook addin programming, so naturally I am getting a setback
right away :-).
Problem: need to get the attachaments of email
Code:
(Version one - no Redemption)
[code]
Outlook::Attachments* na = pMailItem->Attachments;
int count = na->Count;
Outlook::Attachment* att;
_var ...
|
Event on connection mode change?
Thu, 21 Jan 2010 17:26:00 +0200
Hi there,
I am working on an Outlook AddIn (2007). Is there an event I can listen for
in my AddIn for when the connection mode changes?
Regards,
Derick
...
|
Antivirus Free Download
Wed, 20 Jan 2010 18:51:01 -0800
Antivirus recognized a free download to your computer,
who knows Microsoft recommends at:
http://yourantivirusfreedownloadonthissite.blogspot.com/
Content Site Links:
http://yourantivirusfreedownloadonthissite.blogspot.com/
http://yourantivirusfreedownloadonthissite.blogspot.com/2010/01/what-is-antivirus ...
|
Ribbons and XML-Description
Wed, 20 Jan 2010 04:53:01 -0800
Hi,
I have a VB6 COM AddIn for Outlook 2007 that implements the
IRibbonExtensibility interface.
In the XML-RibbonDescription I get the value for idMso by checking
objectClass from the activeInspector. For example if the activeInspectors
objectClass is olTask I assign the value "TabTask" to the idMso elemen ...
|
|
|
Re: How to add appointment?��s non
Wed, 20 Jan 2010 07:18:29 -0500
Hi Denis,
Can you please post a source code sample where you add non-sendable using Outlook 2007 PropertyAccessor.
I'm having similar problem and can't add recipient (even after Save and reopen of Inspector).
Thank you..
Submitted using http://www.outlookforums.com ...
|
Create search folder filter that converts UTC time to local?
Wed, 20 Jan 2010 14:00:10 +1300
C#, VSTO, 2007
Our Add-in programmatically creates a Search folder that filters on a
user-defined field called "OurMileStone1DateTime":
today("http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/OurMileStone1DateTime")%)
However OurMileStone1DateTime is a UTC Date/Time.
I am ...
|
Outlook Rules using name list
Tue, 19 Jan 2010 10:17:44 -0500
I'm looking for a good way to use Outlook Rules to filter for specific
words in the subject line and move these to a specific folder, which is
simple enough, except the list of words (names) I'm using the rules to
look for has now exceeded 500.
This worked extremely well when the list of name was in the rule its ...
|