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 20 of 20
Search took 0.05 seconds.
Search: Posts made by: hemaneelagiri via OfficeKB.com
Forum: Add-ins for Outlook January 7th 10, 08:08 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,487
want to launch outlook with attachemnet for new mail with c# code

Thanks i got the solution

oMsg.Display(false);



hemaneelagiri wrote:
Thanks for your response

you mean to say Crete item. i am able to create item.. but how can we launch
Forum: Add-ins for Outlook January 7th 10, 06:02 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,487
want to launch outlook with attachemnet for new mail with c# code

Thanks for your response

you mean to say Crete item. i am able to create item.. but how can we launch
that created mail

please see below code

Outlook._Application oApp = new...
Forum: Add-ins for Outlook January 6th 10, 11:14 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,487
want to launch outlook with attachemnet for new mail with c# code

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 =...
Forum: Outlook and VBA October 21st 09, 03:43 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 618
i ditect birthday appointments from calendar appointments

Thanks for reply

"The settings in the Recurrence pattern must be interpreted to get what the
dialog shows. Look at the NoEndDate Boolean and the Occurrences Long to see
if the pattern has an end...
Forum: Outlook and VBA October 21st 09, 02:43 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 618
i ditect birthday appointments from calendar appointments

And one more question

when i am retriving recurring appointments from calender folder
how can i know thar reccurent pattern end mode i mean which radioa button has
selected
if noenddate is false...
Forum: Outlook and VBA October 21st 09, 12:44 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 618
i ditect birthday appointments from calendar appointments

Hello,

i want to synchronize calendar appointments from outlook to my application.

how can i restrict birthday appointments(which is created from contacts list)
from calndar folderitems


Thanks...
Forum: Add-ins for Outlook October 16th 09, 07:11 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,003
Creating yearly recurrence appointment

Hi
Thanks for your support


i am setting the recurrence type to recurs daily and i am setting
recurrencePattern.DayOfWeekMask = (Microsoft.Office.Interop.Outlook.
OlDaysOfWeek)62;
then it is giving...
Forum: Add-ins for Outlook October 15th 09, 04:04 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,003
Creating yearly recurrence appointment

and i want to create daily Evry weekday, how can v set every week day , if v
give
Interval then it sets daily

how can we set "DayOfWeekMask"

when i set like this
...
Forum: Add-ins for Outlook October 15th 09, 03:25 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,003
Creating yearly recurrence appointment

i am creating recurring appointments from my code..
i am following help file from vba editor
every thing working perfectly

except when i select my recuuring pattern

Yearly January 3rd for 10...
Forum: Add-ins for Outlook October 13th 09, 01:29 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 886
skip one ocurrence appointment from recurring appointment series

when i am trying to get appointmnetitem by using GetOccurrence()

like this
Microsoft.Office.Interop.Outlook.AppointmentItem RecurringAptItems = null;
...
Forum: Add-ins for Outlook October 12th 09, 01:24 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 886
skip one ocurrence appointment from recurring appointment series

Hi this extended to earlier mail

i am able to get no of appointments in selected appointment reccurring
pattern.
can i get appointmnet based on index...
Forum: Add-ins for Outlook October 12th 09, 01:11 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 886
skip one ocurrence appointment from recurring appointment series

Hi this extended to earlier mail

i am able to get appointment recurringpatern ,
can we get Appointments in that recurringpattern

i am able to get particular appiotntment with date

AptItem =...
Forum: Add-ins for Outlook October 12th 09, 08:48 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 886
skip one ocurrence appointment from recurring appointment series

Hi
i have recurring appointments in my application which displays & acts like
outlook. when i delete one ocurrence( not whole series) that particular
occurrance delete from that series and rest all...
Forum: Add-ins for Outlook September 30th 09, 03:35 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 668
don't want to display in sentitems

Thanks for your reply

Ken Slovak - [MVP - Outlook] wrote:
If you don't want a copy of the sent item kept at all under those
circumstances just set the DeleteAfterSubmit property to true on the...
Forum: Add-ins for Outlook September 30th 09, 08:31 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 668
don't want to display in sentitems

hi i am able to send mails from outlook through C#, but in some conditions i
don't want to save in sent items and some times i want to display in sent
items
below is my code

// Create the Outlook...
Forum: Add-ins for Outlook September 17th 09, 02:03 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 660
How turn off outlook security warning dialog box from outlook

hi i able to sendi mail from my .net c# windows application.
but when ever mail is going it is coming bellow warning , how to surpress
this dailouge

"A Program is trying to automatically send e-mail...
Forum: Add-ins for Outlook September 16th 09, 07:33 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 1,370
out to check whether outlook configured or not

hi

I need to perform following two checks before sending mail through outlook
1. whether Outlook is installed on a machine
2. If installed whether it is configured or not for current user

i am...
Forum: Add-ins for Outlook August 24th 09, 10:52 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 959
while synchronizing error is coming

not only one miachine it is coming randomly.. after it came teh outlook is
not working and after system restarting it is working.. and code also working.
Forum: Add-ins for Outlook August 21st 09, 12:57 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 959
while synchronizing error is coming

hi
i am developing an application in that i have contacts. i am synchronizing
the data with my database to my outlook contacts.
i am using below...
Forum: Add-ins for Outlook August 21st 09, 08:38 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 1,622
want to Lock appointment which are cerated from my code

thanks for ur reply

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/outlook-prog-addins/200908/1
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT +1. The time now is 07:33 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.