VCardSaveOptions

Inheritance: java.lang.Object, com.aspose.email.ContactSaveOptions

public final class VCardSaveOptions extends ContactSaveOptions

Represents vCard save options

Constructors

ConstructorDescription
VCardSaveOptions()Initializes a new instance of the VCardSaveOptions class
VCardSaveOptions(int version, boolean useExtensions)Initializes a new instance of the VCardSaveOptions class
VCardSaveOptions(int version)Initializes a new instance of the VCardSaveOptions class

Methods

MethodDescription
equals(Object arg0)
getClass()
getDefault()Gets default VCardSaveOptions
getSaveFormat()Gets a save format
getUseExtensions()Gets or sets a value indicating whether the extended types can be used
getVersion()Gets or sets a vCard version
hashCode()
notify()
notifyAll()
setUseExtensions(boolean value)Gets or sets a value indicating whether the extended types can be used
setVersion(int value)Gets or sets a vCard version
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VCardSaveOptions()

public VCardSaveOptions()

Initializes a new instance of the VCardSaveOptions class

VCardSaveOptions(int version, boolean useExtensions)

public VCardSaveOptions(int version, boolean useExtensions)

Initializes a new instance of the VCardSaveOptions class

Parameters:

ParameterTypeDescription
versioninta vCard version
useExtensionsbooleanindicates whether extended types can be used.

VCardSaveOptions(int version)

public VCardSaveOptions(int version)

Initializes a new instance of the VCardSaveOptions class

Parameters:

ParameterTypeDescription
versioninta vCard version

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDefault()

public static VCardSaveOptions getDefault()

Gets default VCardSaveOptions

Returns: VCardSaveOptions

getSaveFormat()

public final int getSaveFormat()

Gets a save format

Returns: int

getUseExtensions()

public final boolean getUseExtensions()

Gets or sets a value indicating whether the extended types can be used

Returns: boolean

getVersion()

public final int getVersion()

Gets or sets a vCard version

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setUseExtensions(boolean value)

public final void setUseExtensions(boolean value)

Gets or sets a value indicating whether the extended types can be used

Parameters:

ParameterTypeDescription
valueboolean

setVersion(int value)

public final void setVersion(int value)

Gets or sets a vCard version

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int