Forum: Add-ins for Outlook
December 11th 09, 02:28 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 869
Add new type and Custom form on exchange
http://msdn.microsoft.com/en-us/library/bb891801.aspx
http://gsexdev.blogspot.com/2008/09/owa-customization-example-using-maps.html
These are for exchage 2007. Can i do like this in exchange 2003...
|
Forum: Add-ins for Outlook
December 11th 09, 01:20 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 869
Add new type and Custom form on exchange
Hi,
I want to create new item type (Ex : IPM.Note.testType) and create new
custom form for this type.
And i want to show this for on Outlook Web Access
Im working with exchange 2003
Thanks in...
|
Forum: Add-ins for Outlook
December 7th 09, 06:43 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 705
outlook web access addin
Hi all,
I wrote outlook addin for send,open encrypted mails. I catch onOpen()
onSubmit() events in exchange side.
My question is this,
Is there any mechanism catch events and write addin for...
|
Forum: Add-ins for Outlook
May 8th 09, 12:41 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 398
MailItem attachment add strange case
I add attachment to MailItem with AttachmentsPtr.Add() method with
parameter OlAttachmentType::olByValue.
But i opened mail i see attachments in body of mail. Where is the
problem?
Am i doing wrong...
|
Forum: Add-ins for Outlook
April 29th 09, 02:41 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 522
MailItem.Display() error
Hi,
I want to display mail in inbox folder with code. I am using
MailItem.Display() method. When i use mailitem.Display() method ,
mailitem inspector form is being shown. But mailitem body...
|
Forum: Add-ins for Outlook
April 29th 09, 01:47 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 624
MailItem.Display() error
Hi,
I want to display mail in inbox folder with code. I am using
MailItem.Display() method. When i use mailitem.Display() method ,
mailitem inspector form is being shown. But mailitem body...
|
Forum: Add-ins for Outlook
April 29th 09, 12:51 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 483
MailItem.Display() error
Hi,
I want to show mailitem. I am calling Display() method . But on opened
inspector form i can't show mail body.
When i right click on form and click"edit mail" body is being shown.
I couldn't find...
|
Forum: Add-ins for Outlook
April 29th 09, 07:38 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 755
Clone mailitem
On Apr 28, 4:22 pm, "Ken Slovak - [MVP - Outlook]"
wrote:
Copy() should copy just about all the properties from an original item. Of
course things like EntryID will be...
|
Forum: Add-ins for Outlook
April 28th 09, 08:52 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 755
Clone mailitem
Hi all,
I want to clone mail item. When i use Copy() method for mailitem in
inbox folder and call Display() method there is a Send button. But it
must be reply,forward and reply all buttons. I...
|
Forum: Add-ins for Outlook
April 28th 09, 08:49 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 846
MailItem
Is there any way init MailItem from eml file(in MIME format) ?
|
Forum: Add-ins for Outlook
April 22nd 09, 02:12 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 642
Reply,forward error
There is not special reason.
I have began with mapi. i have modified content of LPMESSAGE .
If i try with MailItem.display , will it be work correctly ?
Ramazan
On Apr 22, 8:24 am, "Dmitry...
|
Forum: Add-ins for Outlook
April 21st 09, 08:20 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 642
Reply,forward error
Hi,
I have written addin for outlook 2000. I catching mapi on onOpen()
callback and modify mail content. Then i show mail with
MapiSession::showForm() method. Till this point everything is ok.
But...
|
Forum: Add-ins for Outlook
March 30th 09, 11:00 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 605
|
Forum: Add-ins for Outlook
March 30th 09, 08:23 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 605
Errors while adding new item to main menu
On Mar 30, 10:17*am, Ramazan wrote:
I want to add new entry to main menu like *"Help".
this code is adding to new entry to main menu bar behind of help
entry. But...
|
Forum: Add-ins for Outlook
March 30th 09, 08:17 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 605
Errors while adding new item to main menu
I want to add new entry to main menu like "Help".
this code is adding to new entry to main menu bar behind of help
entry. But adding twice. Adding extra one entry to 0(zero) point in
main...
|
Forum: Add-ins for Outlook
March 27th 09, 12:02 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 560
|
Forum: Add-ins for Outlook
March 26th 09, 12:46 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 560
|
Forum: Add-ins for Outlook
March 26th 09, 12:45 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 533
|
Forum: Add-ins for Outlook
March 26th 09, 12:29 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 533
|
Forum: Add-ins for Outlook
October 7th 08, 06:15 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 767
|
Forum: Add-ins for Outlook
September 25th 08, 06:33 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 767
|
Forum: Add-ins for Outlook
September 25th 08, 06:29 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 593
Disable/lock reading pane
On 24 Eylül, 03:12, "Dmitry Streblechenko" wrote:
Set the following named property (called internally SideEffects) and make
sure bit 0x2000 is set
...
|
Forum: Add-ins for Outlook
September 22nd 08, 08:15 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 593
Disable/lock reading pane
In outlook while opening encyryted mail in reading that was
message : "This item cannot be displayed in the Reading Pane. Open the
item to read its contents." and its context was locked.
I want to...
|
Forum: Add-ins for Outlook
September 3rd 08, 06:57 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 580
Opening mail before outlook decrypt mail
Is outlook always decrypt mail and emit onOpen() event ? Or only
check mail for decryption,emit onOpen() event,decrypt mail and open
mail form ?
Thanks
Ramazan
On 2 Eylül, 21:42, "Dmitry...
|