http://www.perlmonks.org?node_id=598907


in reply to Adding Outlook Contacts In Perl

Incidently, should anyone want to create other types of items in Outlook, the values CreateItem understands are:

my %outlook_items = ( olMailItem => 0, olAppointmentItem => 1, olContactItem => 2, olTaskItem => 3, olJournalItem => 4, olNoteItem => 5, olPostItem => 6, olDistributionListItem => 7, );