HtmlResourceAttachmentResolver

Inheritance: java.lang.Object

public class HtmlResourceAttachmentResolver

Constructors

ConstructorDescription
HtmlResourceAttachmentResolver(String htmlContent, HeadersFormattingOptions options)

Methods

MethodDescription
equals(Object arg0)
getAttachments()
getClass()
hashCode()
notify()
notifyAll()
resolve()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

HtmlResourceAttachmentResolver(String htmlContent, HeadersFormattingOptions options)

public HtmlResourceAttachmentResolver(String htmlContent, HeadersFormattingOptions options)

Parameters:

ParameterTypeDescription
htmlContentjava.lang.String
optionsHeadersFormattingOptions

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAttachments()

public Iterable<AttachmentBase> getAttachments()

Returns: java.lang.Iterable<com.aspose.email.AttachmentBase>

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

resolve()

public String resolve()

Returns: java.lang.String

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