Search results

  1. J

    Macro to send email as alias

    I have seen code that allows to change the account through which an email is being sent for an outlook user that has multiple accounts. I have also seen code that allows to send on behalf of another email address (for which you have permissions to send as). I have been trying to write code to...
  2. J

    How do I get the items in a collapsed group?

    Diane, The link to the MSDN article was provided above. Here it is again for clarity: Cannot retrieve email items in collapsed groups with GetSelection() Note- last comment is from a moderator that just said something along the lines it can't be done. Well, we can see that - but it needs to...
  3. J

    How do I get the items in a collapsed group?

    How does one get this to the attention of Microsoft? How does one report bugs and is there any traction in getting them fixed? .. cause I found a few more bugs ...
  4. J

    How do I get the items in a collapsed group?

    I posted on msdn code and debug output. GetSelection(Outlook.OlSelectionContents.olConversationHeaders) only worked for me when parsing threaded conversations, but not grouped emails. Maybe there is another way. There should be. Maybe Microsoft needs to update its API with a new constant...
  5. J

    How do I get the items in a collapsed group?

    Michael, This confirms what I saw. Is there a way by code to expand a group and then select the items in the collapsed group? This would be similar to what MS is doing when you select a collapsed header and then click delete: It tells you that the action will be applied to all items in selected...
  6. J

    How do I get the items in a collapsed group?

    Posted this question elsewhere but never got a response: What code allows me to get the email items when the selection is on a header of a collapsed group? So for example if the explorer window looks like this: Or if it looks like this when some groups are collapsed: What code allows me to...
Top