Den moderne arbejdsplads er i stigende grad afhængig af mødelokaler til at fremme samarbejde, men dette skift medfører også stigende sikkerhedsudfordringer.
Function ReadTask() As Boolean Dim oApp As Outlook.Application Dim oNameSpace As Outlook.NameSpace Dim oTasks As MAPIFolder Dim oTask As Outlook.TaskItem
On Error GoTo Proc_Err
Set oApp = CreateObject("Outlook.Application") Set oNameSpace = oApp.GetNamespace("MAPI") Set oTasks = oNameSpace.GetDefaultFolder(olFolderTasks)
For Each oTask In oTasks.Items
Debug.Print oTask.Subject
Next
Proc_Exit:
On Error Resume Next
Set oTask = Nothing Set oTasks = Nothing Set oNameSpace = Nothing Set oApp = Nothing
Function ReadTask() As Boolean Dim oApp As Outlook.Application Dim oNameSpace As Outlook.NameSpace Dim oTasks As MAPIFolder Dim oTask As Outlook.TaskItem
On Error GoTo Proc_Err
Set oApp = CreateObject("Outlook.Application") Set oNameSpace = oApp.GetNamespace("MAPI") Set oTasks = oNameSpace.GetDefaultFolder(olFolderTasks)
For Each oTask In oTasks.Items
Debug.Print oTask.Subject
Next
Proc_Exit:
On Error Resume Next
Set oTask = Nothing Set oTasks = Nothing Set oNameSpace = Nothing Set oApp = Nothing Exit Function
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.