SendGridClient

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.email.IDeliveryServiceClient

public class SendGridClient implements IDeliveryServiceClient

Represents the SendGrid client

Constructors

ConstructorDescription
SendGridClient(String apiKey)Initializes a new instance of the SendGridClient class
SendGridClient(String apiKey, boolean sandBoxMode)Initializes a new instance of the SendGridClient class

Methods

MethodDescription
dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
send(MailMessage message)Sends email synchronously
send(MailMessage message, List tags, CancellationToken token)Sends email synchronously
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

SendGridClient(String apiKey)

public SendGridClient(String apiKey)

Initializes a new instance of the SendGridClient class

Parameters:

ParameterTypeDescription
apiKeyjava.lang.String

SendGridClient(String apiKey, boolean sandBoxMode)

public SendGridClient(String apiKey, boolean sandBoxMode)

Initializes a new instance of the SendGridClient class

Parameters:

ParameterTypeDescription
apiKeyjava.lang.String
sandBoxModeboolean

dispose()

public void dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

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

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

send(MailMessage message)

public final DeliveryServiceResponse send(MailMessage message)

Sends email synchronously

Parameters:

ParameterTypeDescription
messageMailMessageThe MailMessage that represents an email-message.

Returns: DeliveryServiceResponse -

send(MailMessage message, List tags, CancellationToken token)

public final DeliveryServiceResponse send(MailMessage message, List<String> tags, CancellationToken token)

Sends email synchronously

Parameters:

ParameterTypeDescription
messageMailMessageThe MailMessage that represents an email-message.
tagsjava.util.List<java.lang.String>
tokencom.aspose.email.CancellationToken

Returns: DeliveryServiceResponse -

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