public final class AttachmentType
extends com.aspose.ms.System.Enum
Enumerates the attachment types.
Modifier and Type | Field and Description |
---|---|
static int |
File
The attachment is a file.
|
static int |
None
No attachment.
|
static int |
Note
The attachment is a note.
|
public static final int File
The attachment is a file.
public static final int Note
The attachment is a note.
public static final int None
No attachment.
Copyright © 2016 Aspose. All Rights Reserved.