Sub CSchene ()
Const ForAppending = 8
Schwaches olkMsg als Outlook.MailItem, strIncidentNumber als Schnur, strStatus als Schnur, varLine als Variante, _
arrLine so Variante, objFSO wie der Gegenstand, objFile als Gegenstand
objFSO = CreateObject („Scripting.FileSystemobject“) einstellen
„Auf folgenden Zzeilenwechsel der Dateiname und der Weg.“
Gesetztes objFile = objFSO.OpenTextFile („C:\eeTesting\CShene.txt“, ForAppending, zutreffend)
Für jedes olkMsg in Application.ActiveExplorer.Selection
Für jedes varLine in der Spalte (olkMsg.Body, vbCrLf)
arrLine = aufspaltete (varLine, „: ")
Wenn UBound (arrLine) > 0 dann
Fall arrLine (0) vorwählen
„Vorfall-Zahl“ umkleiden
strIncidentNumber = arrLine (1)
Fall „Status“
strStatus = arrLine (1)
Für herausnehmen
Auserwähltes beenden
Beenden wenn
Zunächst
objFile.WriteLine GetPrintable (strIncidentNumber) u. „,“ u. GetPrintable (strStatus)
Zunächst
objFile.Close
objFSO einstellen = nichts
objFile einstellen = nichts
olkMsg einstellen = nichts
msgbox „erfolgt“
Enden-Unterseeboot
|