public static final class AttachmentsExtractor.AttachmentsExtractorMode
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AttachmentsExtractor.AttachmentsExtractorMode |
COMMON
All attachments for all emails will be extracted to one folder.
|
static AttachmentsExtractor.AttachmentsExtractorMode |
SAME
Attachments will be extracted to the same folder where email lies.
|
static AttachmentsExtractor.AttachmentsExtractorMode |
SEPARATE
All attachments for each email will be extracted to separate folder.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachmentsExtractor.AttachmentsExtractorMode |
valueOf(java.lang.String name) |
static AttachmentsExtractor.AttachmentsExtractorMode[] |
values() |
public static final AttachmentsExtractor.AttachmentsExtractorMode SAME
public static final AttachmentsExtractor.AttachmentsExtractorMode COMMON
public static final AttachmentsExtractor.AttachmentsExtractorMode SEPARATE
public static AttachmentsExtractor.AttachmentsExtractorMode[] values()
public static AttachmentsExtractor.AttachmentsExtractorMode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.