• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Checking if Mail is busy.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checking if Mail is busy.


  • Subject: Re: Checking if Mail is busy.
  • From: Michelle Steiner <email@hidden>
  • Date: Thu, 4 Dec 2003 10:00:12 -0700

On Dec 4, 2003, at 9:10 AM, Mr Tea wrote:

Does Mail have the equivalent of Entourage's 'connection in progress'
application property? I couldn't see anything obvious in the dictionary.

Possibly this:

background activity count integer [r/o] -- Number of background activities currently running in Mail, according to the Activity Viewer

--Michelle

tell application "mail"
if background activity count is 0 then
do my Entourage_procedure ()
else
--do something else
end tell

on Entourage_procedure
tell application "Entourage" ()
-- do something
end tell
end Entourage_procedure

--
Support our troops. Bring them home NOW!
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Checking if Mail is busy.
      • From: Mr Tea <email@hidden>
References: 
 >Checking if Mail is busy. (From: Mr Tea <email@hidden>)

  • Prev by Date: Re: OS9 folder action help
  • Next by Date: Playing a simple movie from quicktime
  • Previous by thread: Re: Checking if Mail is busy.
  • Next by thread: Re: Checking if Mail is busy.
  • Index(es):
    • Date
    • Thread