Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    my $folder = Email::Folder::Exchange::EWS->new('https://outlook.office
    +365.com', 'myemail@address.com', 'mysupersecurepassword');
    print Dumper $folder->soap();
    
  2. or download this
    'basic_authentication' => {
        'outlook.office365.com:443' => {
    ...
            ]
        }
    },