Re: Scripting Mail.app
Re: Scripting Mail.app
- Subject: Re: Scripting Mail.app
- From: Paul Marcos <email@hidden>
- Date: Wed, 16 Jan 2002 06:54:46 -0800
On Sunday, January 13, 2002, at 08:17 , Reinhold Penner wrote:
>
It would have been too nice if there was such a feature in Mail.app for
>
everyone :-)
For some additional details about pictures in Mail, head on over to
http://homepage.mac.com/jesusdiaz/mail_pictures.html. This has been a
feature of Mail.app since the NEXTSTEP days.
Paul
/********************* Objective-C *********************/
@implementation Signature
- (NSString *)name { return @"Paul Marcos"; }
- (NSString *)email { return @"email@hidden"; }
- (NSString *)phone { return @"(408) 974-4122"; }
@end
/********** The Other Object-Oriented Language *********/