74 Hosting Web www.ivys.es
Wed, 04 Nov 2009 04:16:18 -0800
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Linux Web www.ivys.es
Hosting Linux Web www.ivys.es
Hosting Linux Web www.ivys.es
Hosting Linux Web www.ivys.es
Hosti ...
|
outlook attachment Extract File ???
Wed, 4 Nov 2009 00:29:48 -0800 (PST)
This is outlook attachment Extract File is code ?
( java scrit )
if(myOutlookItems(i).Attachments.Count > 0)
{
for(var i =0 ; i <= myOutlookItems(i).Attachments.Count; i++)
{
if(!(File.Exists(@"C:\Program Files\" + myOutlookItems.Attachments
(i).FileName)))
{
myOutlookItems.Attachment ...
|
Hide attachment...
Tue, 03 Nov 2009 04:27:37 +0100
Hi,
i have to send an 'invisible' attachment with a mail in plain text (or
other) format. Currently i'm using
'Add hidden attachment
objAtt = .Attachments.Add(strFileName, olByValue, 0, "Hidden")
I've also tried Redemption.MAPIUtils like this:
'Set PR_ATTACHMENT_HIDDEN = True
.HrSetOneProp objAtt.MAPI ...
|
Adding Image to "new email window" in Office 2007
Mon, 02 Nov 2009 14:11:47 GMT
Hi,
I m Creating a plugin for MS Outlook.
I have added Button to New email window(ie. the window that
is opened when an email is double clicked)
But when i tried add an Image to this Button is not showing up..
Adding Image:
1. Filling up the "PICTDESC" struct with appropriate bmp details
2. Obtain ...
|
Problem wit deploying Outlook Add-in
Sat, 31 Oct 2009 12:43:16 +0100
Hi,
I have my first .net Outlook Add-In (Beta) finished and it runs great on my machine. I wanted to give it some friends for testing
but it fails to run.
It reports a COM-Error when trying to activate it.
So it get's installed correctly, all registry settings are there. I guess it's a missing COM object or ...
|
how to capture events for next item
Fri, 30 Oct 2009 20:06:21 +0530
In outlook 2003, When open a mail there are 2 buttons in statndard menu
which are Next Item and Previous Item (in arrow symbol) in open mail window.
I am not able to capture events for these two buttons. Besides these i can
capture events for other buttons on standard menu. I can not know in my
addin when us ...
|
Outlook datamodel
Fri, 30 Oct 2009 01:03:01 -0700
Hi,
I am developing this fine add-in for MS Outlook but I cannot find a
resource where I can get the specifics of the datamodel Outlook uses.
I need to know the maximum size of string fields for example...
This is in regards to Contacts, Tasks, Appointments and Notes
...
|
|
|
Create/Apply auto formatting rules by VB?
Fri, 30 Oct 2009 06:20:30 +0100
Hi,
with auto formatting i can tell Outlook to show entries in explorer
tables in for eg. bold, colorized, underlined etc. based on some
criterias. Just wondering if it's possible to create/apply auto
formatting rules by VB? I had a look at the View.XML property, but
auto formatting rules seems to be stored e ...
|
Outlook 2002 and the OCS Live Meeting Conferencing Add-In
Thu, 29 Oct 2009 10:01:02 -0700
We have Office XP SP3, and the Live Meeting Conferencing Add-In installed
within Outlook. When trying to schedule meetings, the Outlook object model
guard displays the "Security Warning" box about another program trying to
access the address book.
http://office.microsoft.com/en-gb/help/HA011364471033.aspx a ...
|
Maximum contact count
Thu, 29 Oct 2009 11:05:01 -0500
Hi All,
I am doing a project that is contact related; which brings me to a question
regarding the maximum count for folders and contents. My project has to
support Outlook 2002/2003/2007 and possibly 2000 in the future. So I have
the following questions...
1. What is the maximum amount of subfolders I ca ...
|