Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


Outlook set sensitivity level


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2008, 02:26 PM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 23
Send a message via ICQ to Rallig
Default Outlook set sensitivity level

Hello,

I tried to make a new appointment if I use a button. That's no problem.
But the appointment must have a sensitivity level (I prefered "private" )

specci48 told me, it is not a part of the outlook.dll.

Does anyone know a workaround ... or is it possible to implement the sensitivity level into the outlook.dll ?

Greetings
Rallig
Reply With Quote
  #2 (permalink)  
Old 05-17-2008, 05:46 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 2,811
Default

It is possible using the Door library:
Code:
'obj is an Object, App is an Appointment and AppCol is a PimCollection
Sub App_Start
    App.New1
    App.CreateNew
    AppCol.New1("Appointments")
    App.Start = Now
    App.Duration = 30
    App.Subject = "Test"
    If CPPC Then
        obj.New1(false)
        obj.Value = App.Value
        obj.SetProperty("Sensitivity","Private") 'Private / Confidential / Normal / Personal
    End If
    AppCol.AddItem(App.Value)
End Sub
Reply With Quote
  #3 (permalink)  
Old 05-17-2008, 10:07 AM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 23
Send a message via ICQ to Rallig
Default

Superb, thank you
Reply With Quote
  #4 (permalink)  
Old 05-17-2008, 02:00 PM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 23
Send a message via ICQ to Rallig
Default

, but let me allow one additional question.

What is the meaning of "IF CPPC then" ?
Reply With Quote
  #5 (permalink)  
Old 05-17-2008, 02:09 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 2,811
Default

cPPC is true on the device and false on the desktop.
This code will raise an error on the desktop so cPPC is used to distinguish between the two platforms.
Reply With Quote
  #6 (permalink)  
Old 05-17-2008, 02:28 PM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 23
Send a message via ICQ to Rallig
Default

nice to know, thank you
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
"more replies below current level" handling John F. Eldredge Forum Discussion 3 06-02-2008 06:28 PM
Outlook.dll weirdness kolbe Questions & Help Needed 5 05-30-2008 06:59 AM
Low-level FTP upload with progress brathbone Open Source Projects 3 02-10-2008 11:42 AM
SMS in Outlook Alex812 Basic4ppc Wishlist 3 01-20-2008 09:32 AM
Low-level memory functions Mistrel Basic4ppc Wishlist 3 10-19-2007 06:57 PM


All times are GMT. The time now is 04:59 AM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0