com.aspose.network
Interface MailboxConverter.MessageAcceptanceCallback

Enclosing class:
MailboxConverter

public static interface MailboxConverter.MessageAcceptanceCallback


Method Summary
 boolean invoke(MapiMessage mapiMessage)
           Callback function which is being called during the conversion process.
 

Method Detail

invoke

boolean invoke(MapiMessage mapiMessage)

Callback function which is being called during the conversion process.

Parameters:
mapiMessage - MapiMessage to check.
Returns:
If it returns true it indicates that message can be accepted for conversion, otherwise it will be skipped.


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.