Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

Outlook set sensitivity level

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2008, 03:26 PM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 33
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, 06:46 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
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, 11:07 AM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 33
Send a message via ICQ to Rallig
Default

Superb, thank you
Reply With Quote
  #4 (permalink)  
Old 05-17-2008, 03:00 PM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 33
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, 03:09 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
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, 03:28 PM
Junior Member
 
Join Date: Apr 2008
Location: Germany - Hessen
Posts: 33
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 Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Low-level FTP upload with progress brathbone Open Source Projects 5 09-26-2009 07:59 AM
"more replies below current level" handling John F. Eldredge Forum Discussion 3 06-02-2008 07:28 PM
SMS in Outlook Alex812 Basic4ppc Wishlist 3 01-20-2008 10:32 AM
Low-level memory functions Mistrel Basic4ppc Wishlist 3 10-19-2007 07:57 PM
Error with Outlook.dll conf Questions (Windows Mobile) 4 09-15-2007 06:06 AM


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


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0