A
Ames111
Hi
Im quite new to C# but have some experience in programming outlook with
VB6.
i am creating an application in C# that will connect to outlook and
perform some simple tasks.
One of these tasks is to create and open a custom task.
This task is located in a public folder:
Public Folders / All public folders / operations / 4Projects /
3.Support / Ames / Tickets
so tickets is a task folder, that uses a custom task form.
In vb6 it was quite simple to set a folder to the Tickets folder then
perform a
item = folder.items.add
item.display
to show the task, but how do i do this in c#? I mean i cant even get as
far as locating the public folder?
i have added the reference "using microsoft.office.interop"
but im terribley stuck and there doesnt seem to be much around on this
Im quite new to C# but have some experience in programming outlook with
VB6.
i am creating an application in C# that will connect to outlook and
perform some simple tasks.
One of these tasks is to create and open a custom task.
This task is located in a public folder:
Public Folders / All public folders / operations / 4Projects /
3.Support / Ames / Tickets
so tickets is a task folder, that uses a custom task form.
In vb6 it was quite simple to set a folder to the Tickets folder then
perform a
item = folder.items.add
item.display
to show the task, but how do i do this in c#? I mean i cant even get as
far as locating the public folder?
i have added the reference "using microsoft.office.interop"
but im terribley stuck and there doesnt seem to be much around on this