|
Right now, using Outlook 2007, the users have to open the item before 'Reply' acts as an email reply. If they simply click the email and read it in the reading pain, the reply button in the Outlook toolbar shows 'Post Reply'. This simply posts a message...
Started by GollyJer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You can simply customize the standard toolbar when in a public folder and remove the Post ... .
Outlook 2007 maintains the Reply\Reply to All\Forward commands even in public folders, but adds the Post Reply to the left of Reply.
|
|
Hi All,
Does anyone know what the @command name is for the Reply and Reply to all for lotus notes. I would really like to define a shortcut key for these two and I need to know the command name for this.
Can anyone help out??
Started by rh0dium on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, for the standard Reply with History action button, you can use the following code";"OffsetChar"); @If(Format="1";@URLOpen....
The short answer is:
@Command([Compose];"Reply With History")
However, there are different formats uses.
|
|
Because some people are racist.
Raze said: PlayazTwo said: what benefit does Post Reply give you... really? It allows you to post in magic threads
Because some people are racist. [Quote: =Raze][Quote: =PlayazTwo]what benefit does Post Reply give you.....
Answer Snippets (Read the full thread at gametrailers):
Really? Quick reply,I don't see any significant....
Really? what benefit does Post Reply give you...
What benefit does Post Reply give you...
I use [b]quick[/b] reply for very obvious reasons...
reply for very obvious reasons...
|
Ask your Facebook Friends
|
! If it weren't for you guys! We wouldn't be here!!! We love to see you guys comments! We love you!
Started by NiallHoran on
, 20 posts
by 7 people.
Answer Snippets (Read the full thread at topix):
Places to eat?
Btw I love you guys <3 I love you Niall!... .
|
|
Hi,
How can I quickly reply with a saved template in Outlook 2003?
Started by Fernando on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
And pick.
There and then while you're working on your reply, you can just do Insert > Signature...
|
|
Hi!
I am trying to find a way in mutt to jump to my reply to a mail. To be precise: I have a mail from someone else open in mutt and I replied to that mail - a copy of that reply is in the sent folder. Now I want mutt to show me that reply, when I press...
Started by Prof. MAAD on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If the mails were in the same mailbox, you could just sort by threads, and the reply would follow.
|
|
Email etiquette question.
Is it ok to reply with "thank you", or "good" or "well done".
Or is it just better to keep inboxes clean.
Started by flybywire on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at superuser):
For me though, receiving....
I'm happy to help them out, but they just doubled on the person that you reply to, the complexity of the help provided to you, and the how less trivial the topic is.
Information, and I get back a "thanks" reply.
|
|
I have my domain's email set up with Google Apps, and I am interested in sending automated emails (when users register, for example) with the From and/or Reply-To field being "no-reply@example.com". I have a few questions pertaining to how this is done...
Started by Matt Huggins on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Does that help?
Cheers!
....
I don't know to a label.
The whole reason for a support@ email address is to receive for them? If they can just reply to the email you'll receive way more feedback that way.
From support@ rather than no-reply@.
|
|
Hi everyone. Is there a way that I can set "reply to" or assign different email address for sender using unix's mail function?
Thanks in advanced for your helps.
Cheers!
Started by SHiDi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just add a Reply-To: header means of manipulating the reply-to field: one via the ~R tilde escape, and the other through.
Most mail implementations allow you to set or edit headers .
|
|
How to make ping command to show "request timeout" output if no ICMP reply received in Mac OS X?
In Windows command prompt, Ping command can show "Request timed out" when no ICMP reply received. But in MAC OS, can I make its ping command to show similar...
Started by tpenguin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This is probably what you are looking for:
ping -v host.com .
Ping -t 5 microsoft.com
This will exit after five seconds wether the target is alive or not .
You can set a time out with the -t option .
|