Sub CSchene ()
Const ForAppending = 8
Schemerige olkMsg als Outlook.MailItem, strIncidentNumber als Koord, strStatus als Koord, varLine als Variant, _
arrLine als Variant, objFSO als Voorwerp, objFile als Voorwerp
Reeks objFSO = CreateObject („Scripting.FileSystemobject“)
„Op de volgende lijnverandering het dossier - naam en weg.“
Vastgestelde objFile = objFSO.OpenTextFile („C:\eeTesting\CShene.txt“, Ware ForAppending,)
Voor Elke olkMsg in Application.ActiveExplorer.Selection
Voor Elke varLine in Spleet (olkMsg.Body, vbCrLf)
arrLine = verdeelde (varLine, „: “)
Als UBound (arrLine) > 0 toen
Selecteer arrLine van het Geval (0)
Geval „Inherent Aantal“
strIncidentNumber = arrLine (1)
Geval „Status“
strStatus = arrLine (1)
Uitgang voor
Uitgezocht eind
Eind als
Daarna
objFile.WriteLine GetPrintable (strIncidentNumber) & „,“ & GetPrintable (strStatus)
Daarna
objFile.Close
Reeks objFSO = niets
Vastgestelde objFile = niets
Reeks olkMsg = niets
msgbox „Gedaan“
Sub van het eind
|