Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > Mac OS X Development Forums > Mac OS X Development

Reply
 
LinkBack Thread Tools Display Modes
Old 05-27-2011, 08:17 AM   #1 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 7
Alec is on a distinguished road
Default Problems with the ScriptingBridge email message forwarding

Hello, I'm going to develope own email- plugin included to my application. At the moment I have a problem with the email forwarding to the third user. There is the code snippet:

EmailApplication.h

MailApplication *mail;
@property(nonatomic, retain) MailApplication *mail;



EmailApplication.m
@synthesize mail

-(void)loadAllEmails{
self.mail = [SBApplication applicationWithBundleIdentifier:@”com.apple.Mail”];
}

-(void)acceptMessageForwardingMailMessage *)message ToNSString *)address{
message.readStatus = YES;

MailOutgoingMessage *forwardMessage = [message forwardOpeningWindow:NO];

[[mail outgoingMessages] addObject: forwardMessage];

MailToRecipient *theRecipient = ….

...
}

The problem is that every time when I'm trying to add forwardMessage to the outgoingMessages- array, application crashes with the output -[SBElementArray addObjecy:]: can't add an object that already exists.

(MailMessage *)message is ok so the problem is in somewhere else.
I have noticed that the same error comes with the email sending script when allocating the new MailOutgoingMessage and changing the classForScriptingClass text from the outgoing message to the another.
Do I need some another parameters? Or do I have to do forwarding by another way?
Alec is offline   Reply With Quote
Reply

Bookmarks

Tags
email, mail.h, scriptingbridge

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 376
9 members and 367 guests
Creativ, Emy, husthlj, illogical, LegionMD, LunarMoon, Murphy, padsoftware, stanny
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,677
Threads: 94,127
Posts: 402,916
Top Poster: BrianSlick (7,990)
Welcome to our newest member, husthlj
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:15 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0