• sumiran123
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies

Hi,

 

We have an email messaging class Messaging.SingleEmailMessage for sending custom emailsWe need to configure the From email Address,and we are not able to find any such property that we can set the "From" address in Messaging.SingleEmailMessage object.

 

 

Kindly provide the solution as soon as possible!!

 

Thanks.

Hello

We are running an standalone applet/applet in html/applet in jsp perfectly

The applet objective is to log into salesforce by using

SforceServiceLocator sforceServiceLocator = new SforceServiceLocator();
binding = (SoapBindingStub) sforceServiceLocator.getSoap();
binding.login(un, pw);

When we use same code in visual force it does not work
SforceServiceLocator is not able to instantiate

We are using correct version of axis(1.4) with java(1.5) and axis stubs from enterprise.wsdl

Any idea what is going wrong



Hello

We are running an standalone applet/applet in html/applet in jsp perfectly

The applet objective is to log into salesforce by using

SforceServiceLocator sforceServiceLocator = new SforceServiceLocator();
binding = (SoapBindingStub) sforceServiceLocator.getSoap();
binding.login(un, pw);

When we use same code in visual force it does not work
SforceServiceLocator is not able to instantiate

We are using correct version of axis(1.4) with java(1.5) and axis stubs from enterprise.wsdl

Any idea what is going wrong