Click here to Skip to main content
15,914,160 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Newbie looking for direction Pin
TheMrProgrammer23-May-09 6:31
TheMrProgrammer23-May-09 6:31 
GeneralRe: Newbie looking for direction Pin
Mycroft Holmes23-May-09 14:00
professionalMycroft Holmes23-May-09 14:00 
GeneralRe: Newbie looking for direction Pin
Zaegra24-May-09 4:24
Zaegra24-May-09 4:24 
AnswerRe: Newbie looking for direction Pin
LCARS x3225-May-09 14:00
LCARS x3225-May-09 14:00 
QuestionKerberos Pin
Fahad Sadah22-May-09 6:15
Fahad Sadah22-May-09 6:15 
AnswerRe: Kerberos Pin
Dave Kreskowiak22-May-09 7:16
mveDave Kreskowiak22-May-09 7:16 
AnswerRe: Kerberos Pin
0x3c022-May-09 9:19
0x3c022-May-09 9:19 
QuestionAccessing Outlook custom task form data Pin
penguin500022-May-09 0:16
penguin500022-May-09 0:16 
Hello all,
I'm using Outlook 2000 and I'm trying to access data held on a customised Outlook task form held in a public folder.
I'm using the following code to get at what I need, and can see certain values via objTask, but I can't see where I get at other 'fields' used on the form. One of the fields, for example, is called "CC Ref", but I can't find where I can get at it.

Dim objOutlook As Outlook._Application
objOutlook = New Outlook.Application()
Dim objNS As Outlook._NameSpace = objOutlook.Session
Dim oAllPublicFolders As Outlook.MAPIFolder
Dim oPublicFolders As Outlook.MAPIFolder
Dim objCodeChangeRequests As Outlook.MAPIFolder

oPublicFolders = objNS.Folders.Item("Public Folders")
oAllPublicFolders = oPublicFolders.Folders.Item("All Public Folders")
objCodeChangeRequests = oAllPublicFolders.Folders.Item("Code Change Requests")
Dim objItems As Outlook.Items = objCodeChangeRequests.Items
Dim objTask As Outlook._TaskItem
objTask = objItems.GetFirst


Thanks in advance!
AnswerRe: Accessing Outlook custom task form data Pin
penguin500022-May-09 0:23
penguin500022-May-09 0:23 
QuestionError on H323 Voice chat Pin
Thayhor21-May-09 20:21
Thayhor21-May-09 20:21 
AnswerRe: Error on H323 Voice chat Pin
Mycroft Holmes21-May-09 22:12
professionalMycroft Holmes21-May-09 22:12 
QuestionScan and verify an image in database. Pin
Gagan.2021-May-09 19:54
Gagan.2021-May-09 19:54 
AnswerRe: Scan and verify an image in database. Pin
0x3c021-May-09 21:33
0x3c021-May-09 21:33 
GeneralRe: Scan and verify an image in database. Pin
Gagan.2021-May-09 23:21
Gagan.2021-May-09 23:21 
GeneralRe: Scan and verify an image in database. Pin
Christian Graus22-May-09 2:50
protectorChristian Graus22-May-09 2:50 
GeneralRe: Scan and verify an image in database. Pin
Mycroft Holmes22-May-09 3:04
professionalMycroft Holmes22-May-09 3:04 
GeneralRe: Scan and verify an image in database. Pin
Dave Kreskowiak22-May-09 3:45
mveDave Kreskowiak22-May-09 3:45 
Questionautomatic key generation for database Pin
hrishiS21-May-09 19:51
hrishiS21-May-09 19:51 
AnswerRe: automatic key generation for database Pin
Mycroft Holmes21-May-09 22:19
professionalMycroft Holmes21-May-09 22:19 
GeneralRe: automatic key generation for database Pin
hrishiS21-May-09 22:29
hrishiS21-May-09 22:29 
GeneralRe: automatic key generation for database Pin
Mycroft Holmes21-May-09 23:40
professionalMycroft Holmes21-May-09 23:40 
GeneralRe: automatic key generation for database Pin
Dave Kreskowiak22-May-09 3:42
mveDave Kreskowiak22-May-09 3:42 
GeneralRe: automatic key generation for database Pin
Eddy Vluggen23-May-09 8:38
professionalEddy Vluggen23-May-09 8:38 
GeneralRe: automatic key generation for database Pin
DidiKunz23-May-09 11:15
DidiKunz23-May-09 11:15 
QuestionHttpWebRequest/HttpWebResponse Execution Problem Pin
AliAmjad21-May-09 18:09
AliAmjad21-May-09 18:09 

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.