Apr 13, 2004 · Public Function GetFolder(strFolderPath As String) As Outlook.MAPIFolder. Dim objApp As Outlook.Application Dim objNS As Outlook.NameSpace
May 6, 2014 · Public Function GetFolder(strFolderPath As String) As Outlook.MAPIFolder ' ' Sue Mosher ' Dim objNS As Outlook.NameSpace Dim colFolders As ...
> Public Function GetFolder(strFolderPath As String) As Outlook.MAPIFolder > ' > ' Sue Mosher > ' > Dim objNS As Outlook.NameSpace > Dim colFolders As ...
Feb 22, 2010 · Public Function GetFolder(strFolderPath As String) As Outlook.MAPIFolder ' ' Author: Sue Mosher ' Dim objNS As Outlook.NameSpace. Dim ...
Funktion zum Abrufen eines Outlook-Ordners nach Pfad. Public Function GetFolder(strFolderPath As String) As Outlook.MAPIFolder.
Nov 27, 2014 · Public Function GetFolder(strFolderPath As String) As Outlook.MAPIFolder. ' Initialisierung der Variablen. Dim objApp As Outlook.Application.