Spy Video Eyewear Recorder EVR130 available at http://www.gusdeluxe.info/Catalog
Thu, 24 Jul 2008 20:55:32 +0200
Eyewear Spy Video Recorder EVR130
http://www.gusdeluxe.info/Catalog/video-eyewear-recorder-evr130-p-342.html
1. Quality Polaroid Lens from brand makers.
2. 1.3 mega pixels pinhole CMOS camera for clear digital recording.
3. User friendly operation button for easy control. ...
|
IPC.MS.REN.USERFIELDS Messages 0x36E30102 Property
Thu, 24 Jul 2008 10:26:55 -0700 (PDT)
Hi Everyone,
Did someone decoded the structure of the 0x36E30102 PT_BINARY
properties contents for IPC.MS.REN.USERFIELDS Message Type?
I need to change this property via webdav and i need to now the binary
structure of this.
I figured out somethis but won't discover America whole by myself.
Best Regard ...
|
Installation add-in successfull but not in COM add-in list in OL20
Thu, 24 Jul 2008 06:19:01 -0700
Dear Reader,
I've created an Outlook 2003 add-in in Visual Studio.NET 2008 (Other Project
Types > Extensibility > Shared Add-in) and installed it successfully. The
add-in works perfectly but I can't find it in the COM add-in list within
Outlook (Tools > Options... > Other > Advanced Options... > COM add-ins ...
|
How to Force User to assign Category
Wed, 23 Jul 2008 15:54:56 -0500
I need to assign a category to each email i receive.
This action needs to happen by default where a window pops up when i open my email from my inbox if a category has not been assigned to it.
This window should have all the categories i have set in outlook.
Is there a way to do this?
Please help.
Nick ...
|
.Net Config Files for custom add-in
Wed, 23 Jul 2008 13:45:29 -0500
Hello everybody,
I am developing an addin for Outlook that requires a configuration file. I
have an app.config file in my project, and the <assembly>.dll.config file is
created in my bin\debug directory. Unfortunately, when I run it from within
Outlook 2007, it doesn't find the .config file. I am using t ...
|
C#, Redemption, not able to set appointment color in Outlook 2003
Wed, 23 Jul 2008 05:09:00 -0700
Dear reader,
I use the following piece of code to change the color of an appointment in
the calendar (appointment is of type Outlook.AppointmentItem). It does not
seem to work??? Any ideas what I am doing wrong?
Rdo.SafeAppointmentItem safe = new Rdo.SafeAppointmentItem();
safe.Item = appointment;
int pr ...
|
Add new item to right click menu in Outlook 2002 Contacts ?
Tue, 22 Jul 2008 18:56:29 -0700 (PDT)
I am working with .NET shared add-in... Outlook 2002 PIA doesn't have
Application.ItemContextMenuDisplay event...
how can I do ? ...
|
|
|
ItemAdd event fires more than once when adding a new appointment
Tue, 22 Jul 2008 00:56:03 -0700
Dear Reader,
I figured out that the ItemAdd event fires more than once when I add a new
appointment to the calendar in Outlook 2003! After a couple of ItemAdd events
one ItemChanged event is fired! It also seems that when there are more items
in the calendar, more ItemAdd events will be fired...
Does any ...
|
MAPI.Fields.Add() does not supoort 64 bits?
Mon, 21 Jul 2008 23:52:10 -0700
Dear reader,
Is it true that the MAPI library is not supported by a 64-bit version of
Windows (like MAPI.Fields.Add(); the first parameter is 32 bits!)?
Regards,
Johan Machielse
Avanade ...
|
Add-in not reading message
Mon, 21 Jul 2008 15:33:00 -0700
I developed an addin for Outlook 2003 using c#. Everything was working fine
until our company outsourced Exchange. When I tried to read a message body, I
got either a blank or error.
I have a work-around in place where I display the mail in the inspector
window, read the text and then close the window. Thi ...
|