Get Inspector Ptr In Outlook 2007.
Mon, 11 Jan 2010 13:57:26 GMT
Hi,
I m creating a plugin in MS Outlook in VC++
I have implemented the "_IDTExtensibility2" & "IRibbonExtensibility"
I have few doubts
Ques 1:
I have added a button to the tab "idMso=\"TabReadMessage" in OUtlook 2007
ribbon controls. It gives me IDispatch* in the call back function, but i m
not able t ...
|
BCC How to?
Sat, 9 Jan 2010 23:21:40 -0800
Is there a special setting or free add in program that would allow you to
auto set a BCC to a particular email address each time you send an email.
I'm using Outlook 2007.
Thanks for you time and consideration.
...
|
Outlook hotmail connector not receiving mail from certain contacts
Sat, 9 Jan 2010 07:24:01 -0800
I have been using the above 2 programs for a few weeks and noticed 3 or 4
contacts who I am unable to receive mail from.
They have sent at least 10 emails and I have never received them.
The emails do not appear if i go into my mail via hotmail website either or
on my iphone via mmail.
I am using avast! and h ...
|
Re: Check whether mail item is proper for sending or not
Fri, 08 Jan 2010 04:48:24 -0500
Dhananjay,
I'm starting with a similar project. I don't suppose you'll be willing to share some code with me???
If so you can contact me on mailto:nic.oosthuizen1@gmail.com
Under certain conditions I need to intercept a message and stream it to a web application....
Nic
Sam Admin wrote on Tue, 05 ...
|
How do I get the version number of the Setup project?
Fri, 8 Jan 2010 12:06:05 +1300
VSTO, OL2007, C#, VS2008.
The following code gets the version number of an Addin project for display
on a custom Help, About form.
lblVersionNo.Text =
Globals.ThisAddIn.GetType().Assembly.GetName().Version.ToString();
However, I need rather the version number of the Setup project (named
"MySetupProjec ...
|
How to read single instance of recursive meetings in Outlook
Wed, 6 Jan 2010 22:08:16 -0800 (PST)
Hi,
I am creating an Add-in for Outlook in Vb.net . I need to read the
meetings between a given duration from a shared calendar. I am able
to
read the non recursive meetings but when i try to read the recursive
meetings it always gives an item count of "2147483647".
I want the total count of meetings ( recur ...
|
want to launch outlook with attachemnet for new mail with c# code
Wed, 06 Jan 2010 10:14:59 GMT
hi
i want to lanuch outlook(default mail client) with an attachment
i am able to lanuch outlook with all except attachment
like bellow
string strAttach = "C:\\test.txt";
string mailto = string.Format("mailto:{0}?Subject={1}&Body={2}
&Attach={3}", "", "Test Mail", "Hema", strAttach);
// ...
|
|
|
How to hide pstStore
Mon, 4 Jan 2010 08:56:03 -0500
Hi all,
I have programmatically created new pstStore. This pstStore is visible
to end user. How can hide this pstStore. Addin is on Outlook 2003 in C#.
_pstStore = oSession.Stores.AddPSTStore(....,...,...);
Thanks,
Regards,
Nitin
--
nitwalke@gmail.com
http://forums.slipstick.com
...
|
VSTO_SUPPRESSDISPLAYALERTS not working on target PC
Fri, 1 Jan 2010 15:11:09 +1300
OL2007, C#, VSTO.
Does the http://msdn.microsoft.com/en-us/library/ms269003(VS.80).aspx
article shown below relate to the deployment machines as well as the
development machine? On one of my Vista deployment test machines, no log
file has been created and no popup message boxes appear even though I have
a ...
|
Check whether mail item is proper for sending or not
Thu, 31 Dec 2009 04:32:16 -0800 (PST)
Hi,
I have added one button on ribbon viz. "Upload and Send" in ol 2007 /
vb 2005. When user will click on that button, I want to get
information about message like To, CC, body etc and upload that
information to web via web service & send it. But as uploading of mail
information is done before sending, if ther ...
|