A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 24 of 24
Search took 0.07 seconds.
Search: Posts made by: Ramazan
Forum: Add-ins for Outlook December 11th 09, 02:28 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 869
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
Errors while adding new item to main menu

On Mar 30, 12:19*pm, "SvenC" wrote:
Hi Ramazan,

Office::CommandBarPtr lAnaMenu = spCmdBars-GetActiveMenuBar();

Check your smart pointers before you use them!

...
Forum: Add-ins for Outlook March 30th 09, 08:23 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 605
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
IConverterSession::MAPIToMIMEStm error in outlook 2000

Hi,
In outlook 2000 we can use IConverterSession::MIMEToMAPI () method
for initialize LPMessage from Mime message . It working correctly.
But IConverterSession::MAPIToMIMEStm() function doesn't...
Forum: Add-ins for Outlook March 26th 09, 12:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 560
Posted By Ramazan
IConverterSession::MAPIToMIMEStm error in outlook 2000

Hi,
I'm using
IConverterSession::MAPIToMIMEStm for exporting LPMessage to EML file.
In outlook 2003 it is working correctly . But in office 2000 it gives
error MAPI_E_NO_SUPPORT.
Is outlook 2000...
Forum: Add-ins for Outlook March 26th 09, 12:45 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 533
Posted By Ramazan
IConverterSession::MIMEToMAPI error in outlook 2000

Sorry,
I write wrong function name . My problem is not with
IConverterSession::MIMEToMAPI () ,
problem is with IConverterSession::MAPIToMIMEStm function
Hi,
I'm using
...
Forum: Add-ins for Outlook March 26th 09, 12:29 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 533
Posted By Ramazan
IConverterSession::MIMEToMAPI error in outlook 2000

Hi,
I'm using
IConverterSession::MIMEToMAPI () for exporting LPMessage to EML file.
In outlook 2003 it is working correctly . But in office 2000 it gives
error MAPI_E_NO_SUPPORT.
Is outlook 2000...
Forum: Add-ins for Outlook October 7th 08, 06:15 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 767
Posted By Ramazan
adding button like encryption and signing information button

Isn't there anyone know this?

Ramazan yazdı:
Hi all,
I want to add icon like encryption and sign info icons(buttons) in the
note read form. In outlook microsoft shows sign info icon for...
Forum: Add-ins for Outlook September 25th 08, 06:33 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 767
Posted By Ramazan
adding button like encryption and signing information button

Hi all,
I want to add icon like encryption and sign info icons(buttons) in the
note read form. In outlook microsoft shows sign info icon for signed
emails right side of subject field.. How can i add...
Forum: Add-ins for Outlook September 25th 08, 06:29 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 593
Posted By Ramazan
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
Posted By Ramazan
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
Posted By Ramazan
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...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT +1. The time now is 10:10 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.