Click here to Skip to main content
15,889,877 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: TreeView Selected Node Scroll Problem Pin
Abhishek Sur27-Nov-09 10:13
professionalAbhishek Sur27-Nov-09 10:13 
AnswerRe: TreeView Selected Node Scroll Problem Pin
Petr Pechovic27-Nov-09 10:32
professionalPetr Pechovic27-Nov-09 10:32 
GeneralExecute client Javascript after Ajax callback. Pin
Brady Kelly27-Nov-09 5:24
Brady Kelly27-Nov-09 5:24 
GeneralRe: Execute client Javascript after Ajax callback. Pin
Christian Graus27-Nov-09 5:28
protectorChristian Graus27-Nov-09 5:28 
GeneralRe: Execute client Javascript after Ajax callback. Pin
Abhishek Sur27-Nov-09 9:58
professionalAbhishek Sur27-Nov-09 9:58 
QuestionHow to programmatically add message in out of office (Outlook feature) using asp.net Pin
Manprit.bagga27-Nov-09 3:32
Manprit.bagga27-Nov-09 3:32 
AnswerRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
Abhijit Jana27-Nov-09 3:49
professionalAbhijit Jana27-Nov-09 3:49 
QuestionRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
Manprit.bagga27-Nov-09 17:37
Manprit.bagga27-Nov-09 17:37 
Currently the code i am working on is for window based ,I will be putting the code in javascript file and with the help of active-x i will be using in asp.net project.
Currently with this code i am able to change the status of out of office ,now i am looking for whether we can change the text message and can add rule.

bool OOFState;
string message;
Microsoft.Office.Interop.Outlook.ApplicationClass app = new
Microsoft.Office.Interop.Outlook.ApplicationClass();
Microsoft.Office.Interop.Outlook.NameSpaceClass ns =
(Microsoft.Office.Interop.Outlook.NameSpaceClass)app.GetNamespace("MAPI");
Microsoft.Office.Interop.Outlook.Recipient recipient = ns.CreateRecipient("Manprit");
Microsoft.Office.Interop.Outlook.MAPIFolder Inbox = ns.GetSharedDefaultFolder(recipient, Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox);
Microsoft.Office.Interop.Outlook.PropertyAccessor pa = Inbox.PropertyAccessor;
foreach (Microsoft.Office.Interop.Outlook.Store store in ns.Stores)
{
if (store.ExchangeStoreType == Microsoft.Office.Interop.Outlook.OlExchangeStoreType.olPrimaryExchangeMailbox)
store.PropertyAccessor.SetProperty("http://schemas.microsoft.com/mapi/proptag/0x661D000B", true);
}
}
}
AnswerRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
dmofo7-Jun-10 8:20
dmofo7-Jun-10 8:20 
Questionchat in asp.net Pin
am.net27-Nov-09 2:11
am.net27-Nov-09 2:11 
AnswerRe: chat in asp.net Pin
Abhishek Sur27-Nov-09 2:18
professionalAbhishek Sur27-Nov-09 2:18 
AnswerRe: chat in asp.net Pin
Abhijit Jana27-Nov-09 3:59
professionalAbhijit Jana27-Nov-09 3:59 
QuestionArray List life Time and Scope Pin
Anil Kumar.Arvapalli27-Nov-09 1:50
Anil Kumar.Arvapalli27-Nov-09 1:50 
AnswerRe: Array List life Time and Scope Pin
Christian Graus27-Nov-09 2:10
protectorChristian Graus27-Nov-09 2:10 
QuestionInsert GridView Records on one click Pin
lrsalunkhe27-Nov-09 0:17
lrsalunkhe27-Nov-09 0:17 
AnswerRe: Insert GridView Records on one click Pin
dan!sh 27-Nov-09 0:29
professional dan!sh 27-Nov-09 0:29 
Questionhow to add column to gridview for row count Pin
shiva.kore27-Nov-09 0:00
shiva.kore27-Nov-09 0:00 
AnswerRe: how to add column to gridview for row count Pin
saini arun27-Nov-09 0:09
saini arun27-Nov-09 0:09 
QuestionGrid view content as email Pin
jinovv26-Nov-09 23:35
jinovv26-Nov-09 23:35 
AnswerRe: Grid view content as email Pin
pinna_hari26-Nov-09 23:47
pinna_hari26-Nov-09 23:47 
GeneralRe: Grid view content as email Pin
Abhishek Sur27-Nov-09 3:28
professionalAbhishek Sur27-Nov-09 3:28 
AnswerRe: Grid view content as email Pin
Abhijit Jana26-Nov-09 23:49
professionalAbhijit Jana26-Nov-09 23:49 
AnswerRe: Grid view content as email Pin
Abhishek Sur27-Nov-09 3:31
professionalAbhishek Sur27-Nov-09 3:31 
Questionhow to create web application suitable for all browsers Pin
fak.kumar26-Nov-09 22:20
fak.kumar26-Nov-09 22:20 
AnswerRe: how to create web application suitable for all browsers Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:25
professionalVimalsoft(Pty) Ltd26-Nov-09 22:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.