The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EWS::Client::Folder - Folder Entries from Microsoft Exchange Server

VERSION

version 1.143070

DESCRIPTION

This module allows you to perform operations on the folder entries in a Microsoft Exchange server. At present only read operations are supported, allowing you to retrieve folder entries and all sub folders. The results are available in an iterator and convenience methods exist to access the properties of each entry.

METHODS

CONSTRUCTOR

EWS::Client::Folder->new( \%arguments )

You would not normally call this constructor. Use the EWS::Client constructor instead.

Instantiates a new folder reader. Note that the action of performing a query for a set of results is separated from this step, so you can perform multiple queries using this same object. Pass the following arguments in a hash ref:

client => EWS::Client object (required)

An instance of EWS::Client which has been configured with your server location, user credentials and SOAP APIs. This will be stored as a weak reference.

AUTHOR

Oliver Gorwits <oliver@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by University of Oxford.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.