org.apache.tika.metadata
Interface Message

All Known Implementing Classes:
Metadata, XMPMetadata

public interface Message

A collection of Message related property names.


Field Summary
static String MESSAGE_BCC
           
static String MESSAGE_CC
           
static String MESSAGE_FROM
           
static String MESSAGE_RECIPIENT_ADDRESS
           
static String MESSAGE_TO
           
 

Field Detail

MESSAGE_RECIPIENT_ADDRESS

static final String MESSAGE_RECIPIENT_ADDRESS
See Also:
Constant Field Values

MESSAGE_FROM

static final String MESSAGE_FROM
See Also:
Constant Field Values

MESSAGE_TO

static final String MESSAGE_TO
See Also:
Constant Field Values

MESSAGE_CC

static final String MESSAGE_CC
See Also:
Constant Field Values

MESSAGE_BCC

static final String MESSAGE_BCC
See Also:
Constant Field Values


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.