Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming VBA / May 2005

Tip: Looking for answers? Try searching our database.

Making a particular attachment visible.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dennis Brown - 24 May 2005 20:01 GMT
With no way to execute an attachment from the collection, is there any way to bring it into the visible window?  For example, if I have 28 attachments, and only items#1 through #7 are in the visible window, is there any means to make attachment item#14 visible?  I have a means with my adaptive screen reader to locate text on the screen and move the mouse to it, then click on it, but is there any way to make an attachment item visible without manually scrolling the field/window?

Signature

Thanks,
Dennis

Dmitry Streblechenko - 24 May 2005 21:39 GMT
No, there are no documented/supported ways of doing that.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy  - Outlook, CDO
and MAPI Developer Tool

With no way to execute an attachment from the collection, is there any way
to bring it into the visible window?  For example, if I have 28 attachments,
and only items#1 through #7 are in the visible window, is there any means to
make attachment item#14 visible?  I have a means with my adaptive screen
reader to locate text on the screen and move the mouse to it, then click on
it, but is there any way to make an attachment item visible without manually
scrolling the field/window?

Signature

Thanks,
Dennis

Michael Bauer - 25 May 2005 06:11 GMT
May you can create an additioinal UserForm with a ListBox, which lists
all attachments?

Signature

Viele Gruesse / Best regards
Michael Bauer - MVP Outlook

With no way to execute an attachment from the collection, is there any
way to bring it into the visible window?  For example, if I have 28
attachments, and only items#1 through #7 are in the visible window, is
there any means to make attachment item#14 visible?  I have a means with
my adaptive screen reader to locate text on the screen and move the
mouse to it, then click on it, but is there any way to make an
attachment item visible without manually scrolling the field/window?

Signature

Thanks,
Dennis

Dennis Brown - 26 May 2005 14:13 GMT
Then would the user be able to access the attachment that isn't physically on the screen?

Signature

Thanks,
Dennis

 May you can create an additioinal UserForm with a ListBox, which lists
 all attachments?

 --
 Viele Gruesse / Best regards
 Michael Bauer - MVP Outlook

 "Dennis Brown" <DennisTBrown@Comcast.net> wrote in message
 news:xbGdnUsrtM0S5w7fRVn-vA@giganews.com...
 With no way to execute an attachment from the collection, is there any
 way to bring it into the visible window?  For example, if I have 28
 attachments, and only items#1 through #7 are in the visible window, is
 there any means to make attachment item#14 visible?  I have a means with
 my adaptive screen reader to locate text on the screen and move the
 mouse to it, then click on it, but is there any way to make an
 attachment item visible without manually scrolling the field/window?

 --

 Thanks,
 Dennis
Michael Bauer - 26 May 2005 19:56 GMT
I don´t understand your question. I mean, you could choose a control
which gives you more power with the visible items.

Signature

Viele Gruesse / Best regards
Michael Bauer - MVP Outlook

Then would the user be able to access the attachment that isn't
physically on the screen?

Signature

Thanks,
Dennis
 "Michael Bauer" <mib00@t-online.de> wrote in message
news:%237CcH1OYFHA.2520@TK2MSFTNGP09.phx.gbl...
 May you can create an additioinal UserForm with a ListBox, which lists
 all attachments?

 --
 Viele Gruesse / Best regards
 Michael Bauer - MVP Outlook

 "Dennis Brown" <DennisTBrown@Comcast.net> wrote in message
 news:xbGdnUsrtM0S5w7fRVn-vA@giganews.com...
 With no way to execute an attachment from the collection, is there any
 way to bring it into the visible window?  For example, if I have 28
 attachments, and only items#1 through #7 are in the visible window, is
 there any means to make attachment item#14 visible?  I have a means
with
 my adaptive screen reader to locate text on the screen and move the
 mouse to it, then click on it, but is there any way to make an
 attachment item visible without manually scrolling the field/window?

 --

 Thanks,
 Dennis

Dennis Brown - 27 May 2005 14:34 GMT
I guess what I'm trying to do is access an attachment that isn't in the visible window.  If there are 15 attachments, but only 7 are displayed in the attachment field, and I want to get to and open attachment#11 without physically scrolling the window to bring attachment#11 into view, how do I do that?  Or how can I use the object model to bring attachment#11 into view within the field?  

Signature

Thanks,
Dennis

 I don´t understand your question. I mean, you could choose a control
 which gives you more power with the visible items.

 --
 Viele Gruesse / Best regards
 Michael Bauer - MVP Outlook

 "Dennis Brown" <DennisTBrown@Comcast.net> wrote in message
 news:oM2dnSzItMk9VgjfRVn-og@giganews.com...
 Then would the user be able to access the attachment that isn't
 physically on the screen?

 --

 Thanks,
 Dennis
   "Michael Bauer" <mib00@t-online.de> wrote in message
 news:%237CcH1OYFHA.2520@TK2MSFTNGP09.phx.gbl...
   May you can create an additioinal UserForm with a ListBox, which lists
   all attachments?

   --
   Viele Gruesse / Best regards
   Michael Bauer - MVP Outlook

   "Dennis Brown" <DennisTBrown@Comcast.net> wrote in message
   news:xbGdnUsrtM0S5w7fRVn-vA@giganews.com...
   With no way to execute an attachment from the collection, is there any
   way to bring it into the visible window?  For example, if I have 28
   attachments, and only items#1 through #7 are in the visible window, is
   there any means to make attachment item#14 visible?  I have a means
 with
   my adaptive screen reader to locate text on the screen and move the
   mouse to it, then click on it, but is there any way to make an
   attachment item visible without manually scrolling the field/window?

   --

   Thanks,
   Dennis
Michael Bauer - 27 May 2005 16:25 GMT
Hi Dennis,

you can´t do that at all via the OOM.

If the visibility of Attachments on the screen are your problem, then
you can add an UserForm to your project with e.g. a MSFlexGrid. This
Grid supports a TopRow property which allows you to determine the
visible row(s). You just have to copy all needed Attachment data into
the grid.

Signature

Viele Gruesse / Best regards
Michael Bauer - MVP Outlook

I guess what I'm trying to do is access an attachment that isn't in the
visible window.  If there are 15 attachments, but only 7 are displayed
in the attachment field, and I want to get to and open attachment#11
without physically scrolling the window to bring attachment#11 into
view, how do I do that?  Or how can I use the object model to bring
attachment#11 into view within the field?

Signature

Thanks,
Dennis
 "Michael Bauer" <mib00@t-online.de> wrote in message
news:%23mLpaejYFHA.3132@TK2MSFTNGP09.phx.gbl...
 I don´t understand your question. I mean, you could choose a control
 which gives you more power with the visible items.

 --
 Viele Gruesse / Best regards
 Michael Bauer - MVP Outlook

 "Dennis Brown" <DennisTBrown@Comcast.net> wrote in message
 news:oM2dnSzItMk9VgjfRVn-og@giganews.com...
 Then would the user be able to access the attachment that isn't
 physically on the screen?

 --

 Thanks,
 Dennis
   "Michael Bauer" <mib00@t-online.de> wrote in message
 news:%237CcH1OYFHA.2520@TK2MSFTNGP09.phx.gbl...
   May you can create an additioinal UserForm with a ListBox, which
lists
   all attachments?

   --
   Viele Gruesse / Best regards
   Michael Bauer - MVP Outlook

   "Dennis Brown" <DennisTBrown@Comcast.net> wrote in message
   news:xbGdnUsrtM0S5w7fRVn-vA@giganews.com...
   With no way to execute an attachment from the collection, is there
any
   way to bring it into the visible window?  For example, if I have 28
   attachments, and only items#1 through #7 are in the visible window,
is
   there any means to make attachment item#14 visible?  I have a means
 with
   my adaptive screen reader to locate text on the screen and move the
   mouse to it, then click on it, but is there any way to make an
   attachment item visible without manually scrolling the field/window?

   --

   Thanks,
   Dennis

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.