Hello Everyone!
Can anyone help me make a EDMessage Sample Code? I don't know how to set up my headers and what the proper coding to input into my application. Here's the link if you need resources. BTW EDMessage is a framework used to send emails. EDMESSAGE. Here is the code I have so far for my headers:
#import <Cocoa/Cocoa.h>
@interface Control : NSObject {
IBOutlet NSTextField *inputBox;
IBOutlet NSTextField *outputBox;
IBOutlet NSTextField *accountLabel;
IBOutlet NSWindow *hudWindow;
IBOutlet NSButton *checkBox;
IBOutlet NSWindow *windowRegister;
EDMailAgent *mailAgent;
NSMutableDictionary *headerFields;
NSTask *task;
NSPipe *pipe;
}
- (IBAction)stopButton:(NSButton *)sender;
- (IBAction)quitButton:(NSButton *)sender;
- (IBAction)sendButton:(NSButton *)sender;
@end
Sincerely,
Kevin