Mail::Outlook::Folder - extension to handle Microsoft (R) Outlook (R) mail folders.


Mail-Outlook documentation  | view source Contained in the Mail-Outlook distribution.

Index


NAME

Top

Mail::Outlook::Folder - extension to handle Microsoft (R) Outlook (R) mail folders.

SYNOPSIS

Top

See Mail::Outlook, as this is not meant to be used as a standalone module.

DESCRIPTION

Top

Handles the Folder interaction with the Outlook API.

METHODS

Top

new()

Create a new Outlook mail object. Returns the object on success or undef on failure. To see the last error use 'Win32::OLE->LastError();'.

first()

Gets the first message object in the current folder. Returns undef if no messages.

last()

Gets the last message object in the current folder. Returns undef if no messages.

next()

Gets the next message object in the current folder. Returns undef if no more messages. Must be called after a first() or last() has been intiated.

previous()

Gets the previous message object in the current folder. Returns undef if no more messages. Must be called after a first() or last() has been intiated.

move($message)

Move a message into this folder.

move_folder($folder)

Move a folder into this folder.

delete_folder()

Remove this folder.

FURTHER READING

Top

If you intend to supply a patch for a bug or new feature, please visit the following URL (and associated pages) to ensure you are using the correct objects and methods.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2000/html/olobjApplication.asp

This article contains some interesting background into creating mail messages via Outlook, although it is VB-centric.

http://www.exchangeadmin.com/Articles/Index.cfm?ArticleID=4657

FUTURE ENHANCEMENTS

Top

A couple of items that I'd like to get working.

* X-Header support * Send without the popups (Outlook Redemption looks possible)

NOTES

Top

This module is intended to be used on Win32 platforms only, with Microsoft (R) Outlook (R) installed.

  Microsoft and Outlook are registered trademarks and the copyright 1995-2003
  of Microsoft Corporation.

SEE ALSO

Top

  Win32::OLE
  Win32::OLE::Const

DSLIP

Top

  b - Beta testing
  d - Developer
  p - Perl-only
  O - Object oriented
  p - Standard-Perl: user may choose between GPL and Artistic

BUGS, PATCHES & FIXES

Top

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties that are not explained within the POD documentation, please submit a bug to the RT system (see link below). However, it would help greatly if you are able to pinpoint problems or even supply a patch.

Fixes are dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me by sending an email to barbie@cpan.org .

RT: http://rt.cpan.org/Public/Dist/Display.html?Name=Mail-Outlook

AUTHOR

Top

  Barbie, <barbie@cpan.org>
  for Miss Barbell Productions, <http://www.missbarbell.co.uk>

COPYRIGHT AND LICENSE

Top


Mail-Outlook documentation  | view source Contained in the Mail-Outlook distribution.