public final class VCardValueLocation
extends com.aspose.email.ms.java.Enum
Enumerates the vCard property parameter ValueLocation
Modifier and Type | Field and Description |
---|---|
static byte |
CID
Content id
|
static byte |
INLINE
Inline value location (default)
|
static byte |
URI
Uri
|
static byte |
URL
Url
|
Constructor and Description |
---|
VCardValueLocation() |
public static final byte INLINE
Inline value location (default)
public static final byte URL
Url
public static final byte CID
Content id
public static final byte URI
Uri
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.