Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: VB.NET to C# Language converter Pin
Heath Stewart2-Mar-04 6:31
protectorHeath Stewart2-Mar-04 6:31 
GeneralRe: VB.NET to C# Language converter Pin
tgoggin2-Mar-04 5:42
tgoggin2-Mar-04 5:42 
GeneralRe: VB.NET to C# Language converter Pin
joan_fl2-Mar-04 4:43
joan_fl2-Mar-04 4:43 
GeneralRe: VB.NET to C# Language converter Pin
RB@Emphasys2-Mar-04 5:03
RB@Emphasys2-Mar-04 5:03 
GeneralRe: VB.NET to C# Language converter Pin
Daniel Turini2-Mar-04 7:13
Daniel Turini2-Mar-04 7:13 
Generalwww.DNNCS.com for sale Pin
Anonymous2-Mar-04 0:02
Anonymous2-Mar-04 0:02 
GeneralExchange tracking with C# Pin
Anonymous1-Mar-04 22:40
Anonymous1-Mar-04 22:40 
GeneralRe: Exchange tracking with C# Pin
Heath Stewart2-Mar-04 2:55
protectorHeath Stewart2-Mar-04 2:55 
Why are you tracking what's already tracked? The appointment exists and is timestamped, for example. Outlook also has tracking features that - as an administrator - you can set up a group policy to turn on and restrict the ability to change the tracking features (IIRC). You can download the Office resources kits (ORKs) free from Microsoft's web site, which contain the group policy templates.

If this doesn't solve your problems, you might not want to use C#. There are COM Event Interfaces[^] for exchange, but you'd have to re-declare these in C# and register your CCW so that Exchange can use the mscoree.dll shim. Since this loads the CLR into memory, there's going to be quite a bit of overhead. Add that to the tedious job of re-declaring all the necessary interfaces, structs, and consts.

You can find more informatin about working with the Exchange store at http://msdn.microsoft.com/library/en-us/wss/wss/wss_references_wss.asp[^].

 

Microsoft MVP, Visual C#
My Articles
Generalhelp with threads Pin
Krisst K1-Mar-04 21:58
Krisst K1-Mar-04 21:58 
GeneralRe: help with threads Pin
Stefan Troschuetz2-Mar-04 0:23
Stefan Troschuetz2-Mar-04 0:23 
GeneralCOM Interop Pin
Ungi.1-Mar-04 21:28
Ungi.1-Mar-04 21:28 
GeneralRe: COM Interop Pin
killerslaytanic1-Mar-04 21:49
killerslaytanic1-Mar-04 21:49 
GeneralRe: COM Interop Pin
Ungi.1-Mar-04 21:53
Ungi.1-Mar-04 21:53 
GeneralRe: COM Interop Pin
killerslaytanic1-Mar-04 22:09
killerslaytanic1-Mar-04 22:09 
GeneralRe: COM Interop Pin
Ungi.1-Mar-04 22:17
Ungi.1-Mar-04 22:17 
GeneralRe: COM Interop - boxing fault? Pin
Ungi.1-Mar-04 23:29
Ungi.1-Mar-04 23:29 
GeneralRe: COM Interop - boxing fault? Pin
killerslaytanic2-Mar-04 18:58
killerslaytanic2-Mar-04 18:58 
GeneralRe: COM Interop - boxing fault? Pin
Ungi.2-Mar-04 19:07
Ungi.2-Mar-04 19:07 
GeneralProblem solved Pin
Ungi.4-Mar-04 20:15
Ungi.4-Mar-04 20:15 
GeneralDatagrid Rows Pin
Reinier van de Wetering1-Mar-04 19:13
Reinier van de Wetering1-Mar-04 19:13 
GeneralMethod <Summary> descriptions Pin
Reebop1-Mar-04 11:52
sussReebop1-Mar-04 11:52 
GeneralRe: Method <Summary> descriptions Pin
Meysam Mahfouzi1-Mar-04 17:45
Meysam Mahfouzi1-Mar-04 17:45 
GeneralRe: Method <Summary> descriptions Pin
Heath Stewart1-Mar-04 18:15
protectorHeath Stewart1-Mar-04 18:15 
GeneralRe: Method <Summary> descriptions Pin
Meysam Mahfouzi1-Mar-04 18:17
Meysam Mahfouzi1-Mar-04 18:17 
GeneralRe: Method &lt;Summary&gt; descriptions Pin
Reebop1-Mar-04 22:32
sussReebop1-Mar-04 22:32 

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.