Click here to Skip to main content
15,884,353 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Accessing Database Using Bluetooth Pin
vivasaayi29-Dec-09 18:36
vivasaayi29-Dec-09 18:36 
QuestionIphone WebApplication Tools? Pin
shaina223118-Dec-09 23:41
shaina223118-Dec-09 23:41 
AnswerRe: Iphone WebApplication Tools? Pin
marita724-Jan-10 5:43
marita724-Jan-10 5:43 
Questioncreating folder in mobile devices Pin
nuttynibbles18-Dec-09 9:19
nuttynibbles18-Dec-09 9:19 
AnswerRe: creating folder in mobile devices Pin
Richard MacCutchan20-Dec-09 9:32
mveRichard MacCutchan20-Dec-09 9:32 
QuestionRAPI2 Pin
JudyL_MD18-Dec-09 3:12
JudyL_MD18-Dec-09 3:12 
QuestionProblem with installing Vb.net Set application In Tablet PC - SAMSUNG Pin
Vitalis ndume15-Dec-09 19:04
Vitalis ndume15-Dec-09 19:04 
QuestionDisabling calender/Pocket outlook reminders. Pin
mayurpurandare15-Dec-09 17:44
mayurpurandare15-Dec-09 17:44 
Hello,

I am developing an application for windows mobile 6.0 in C#. My requirement is such that when my application is running, I dont want the reminders set in calender as well as in outlook to interrupt.

for pocket outlook, we have certain classes in .NetCF using them I tried following code but it didnt work.

OutlookSession outlookSession = new Microsoft.WindowsMobile.PocketOutlook.OutlookSession();
AppointmentCollection aptCollect = outlookSession.Appointments.Items;
TaskCollection tskCollect = outlookSession.Tasks.Items;
SmsAccount smsAcc = outlookSession.SmsAccount;

foreach (Appointment apt in aptCollect)
{
apt.ReminderDialog = false;
apt.ReminderLed = false;
apt.ReminderRepeat = false;
apt.ReminderSound = false;
apt.ReminderVibrate = false;
}

foreach (Task task in tskCollect)
{
task.ReminderDialog = false;
task.ReminderLed = false;
task.ReminderRepeat = false;
task.ReminderSound = false;
task.ReminderVibrate = false;
}

and for canlender I found nothing. Please help me.

Thanks in advance.

Mayur.
QuestionHandle COM Port communication before handheld suspend Pin
Sunshine Always15-Dec-09 0:50
Sunshine Always15-Dec-09 0:50 
Questionwindows mobile 5.0 Pin
nuttynibbles13-Dec-09 3:52
nuttynibbles13-Dec-09 3:52 
AnswerRe: windows mobile 5.0 Pin
PavanPareta13-Dec-09 6:19
PavanPareta13-Dec-09 6:19 
GeneralRe: windows mobile 5.0 Pin
nuttynibbles18-Dec-09 9:18
nuttynibbles18-Dec-09 9:18 
Questionhow to get computer IP that connect to my Pocket-PC ? Pin
E_Gold12-Dec-09 21:20
E_Gold12-Dec-09 21:20 
AnswerRe: how to get computer IP that connect to my Pocket-PC ? Pin
Ward14-Dec-09 0:20
Ward14-Dec-09 0:20 
QuestionGUI Standardization in .NET Compact Framework Pin
frantma10-Dec-09 3:06
frantma10-Dec-09 3:06 
QuestionNeed someone with experince in FBUS/AT commands and C++/Nokia Pin
bmgltd8-Dec-09 11:55
bmgltd8-Dec-09 11:55 
AnswerRe: Need someone with experince in FBUS/AT commands and C++/Nokia Pin
Richard MacCutchan8-Dec-09 22:32
mveRichard MacCutchan8-Dec-09 22:32 
QuestionPerform the Restart device ,after installation of cab Pin
Rupesh Kumar Swami7-Dec-09 23:24
Rupesh Kumar Swami7-Dec-09 23:24 
AnswerRe: Perform the Restart device ,after installation of cab Pin
PavanPareta13-Dec-09 6:27
PavanPareta13-Dec-09 6:27 
AnswerRe: Perform the Restart device ,after installation of cab Pin
Raj Indian17-Jan-10 21:45
Raj Indian17-Jan-10 21:45 
QuestionHow to retrive the Storage Card name Pin
Hurricane30007-Dec-09 5:34
Hurricane30007-Dec-09 5:34 
AnswerRe: How to retrive the Storage Card name Pin
arcticbrew10-Dec-09 6:09
arcticbrew10-Dec-09 6:09 
QuestionWinCE 5.0 VOIP application development Pin
gurindersm1-Dec-09 6:06
gurindersm1-Dec-09 6:06 
QuestionDNS.GetHostEntry very slow. How do i speed it up? Pin
J. Holzer30-Nov-09 21:08
J. Holzer30-Nov-09 21:08 
QuestionVS 2008 / SQL Server CE 3.5 Problem with DataSource [modified] Pin
Maxdd 730-Nov-09 8:38
Maxdd 730-Nov-09 8:38 

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.