|
|
|
|
| Next: Vertical text |
| Author |
Message |
Ben Coyle External

Since: Feb 24, 2007 Posts: 1
|
Posted: Sat Feb 24, 2007 5:47 pm Post subject: Word 2007 Send as Email greyed out Archived from groups: microsoft>public>word>mail (more info?) |
|
|
Hi
I have just bought MS Office 2007 Home and Student edition. When I try to
send a document as an email attachment in Word (or any other Office program
for that matter) all the email options are greyed out, with no explanation
as to why I can't send. Sending from Wordpad works fine.
My default mail client is Windows Mail. I am running Vista Home Premium OS.
Is this problem occuring because I am not using Outlook? Or is there some
other issue?
THanks |
|
| Back to top |
|
 |
Richard External

Since: Mar 12, 2006 Posts: 401
|
Posted: Thu Mar 15, 2007 2:19 am Post subject: RE: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I have the exact same problem, OS is XPHE.
"Ben Coyle" wrote:
> Hi
> I have just bought MS Office 2007 Home and Student edition. When I try to
> send a document as an email attachment in Word (or any other Office program
> for that matter) all the email options are greyed out, with no explanation
> as to why I can't send. Sending from Wordpad works fine.
> My default mail client is Windows Mail. I am running Vista Home Premium OS.
> Is this problem occuring because I am not using Outlook? Or is there some
> other issue?
> THanks
> |
|
| Back to top |
|
 |
Doug Robbins - Word MVP External

Since: Jul 14, 2006 Posts: 2538
|
Posted: Fri Mar 16, 2007 9:06 pm Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: microsoft>public>windows>vista>mail, others (more info?) |
|
|
Here is some information posted by Peter Jamieson. It may not be applicable
to your operating system and mail program, for which it might be better to
ask your question in the microsoft.public.windows.vista.mail newsgroup, to
which I have cross-posted this response.
First, make sure that the e-mail program you want to use is set up to be the
default e-mail program (e.g. via Internet Explorer|Tools|Internet
Options|Programs, and send at least one message using it.
Then Word needs some stuff in WIN.INI and/or in the Windows registry
before it will show you the E-mail option. I believe that for Word 2003 it
needs to be in the Windows registry, but that may depend also on the version
of Windows so it is probably better to put the information in both places.
For WIN.INI,
a. find the WIN.INI file in your Windows folder (typically c:\WINDOWS),
make a backup copy of it, and open it in Notepad.
b. ensure that the following text is in there, and add it if not
[Mail]
MAPI=1
CMCDLLNAME32=mapi32.dll
CMCDLLNAME=mapi.dll
CMC=1
MAPIX=1
MAPIXVER=1.0.0.1
OLEMessaging=1
You will need to close all copies of Word before this change has a chance of
taking effect. It is probably safest to restart Windows to be completely
sure.
If that isn't enough, you will need to edit the registry. Proceed with
caution!
c. In your Windows folder, locate and run regedit.exe. If you're on an
older version of Windows you might need to use regedt32.exe.
Look for a key called
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem
I would be surprised if it was not there in recent versions of Windows, but
if it is not, add it.
If it is there, I would expect to see
d. a subkey claled MSMapiApps
e. a number of "values" with the same names as are in the above list -
MAPI, MAPIX etc.
f. an additional value called InstallCmd
If you cannot see the (e) values, you need to add them. For each of the
values in the above list
g. right click "Windows Messaging Subsystem" and select New|String Value.
Note that although some of these items have numeric values, they should all
be entered as String Values.
h. enter the name, as above
i. double click on the name. A dialog box appears. Enter the value (e.g.
for the name CMCDLLNAME, enter mapi.dll) and click OK
j. You may also need to create the InstallCmd value, although I rather
doubt it. I am less sure about this and about what should go in there. On my
system, the value is:
rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf
When you have done them all, press F5. Then close all copies of Word and
restart it - or restart Windows, then restart Word and see if the e-mail
option has appeared.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"Ben Coyle" <frenz_of_rom.RemoveThis@hotmail.com> wrote in message
news:013B92BE-6DAA-46F0-8030-DC1DE1027EDB@microsoft.com...
> Hi
> I have just bought MS Office 2007 Home and Student edition. When I try to
> send a document as an email attachment in Word (or any other Office
> program for that matter) all the email options are greyed out, with no
> explanation as to why I can't send. Sending from Wordpad works fine.
> My default mail client is Windows Mail. I am running Vista Home Premium
> OS. Is this problem occuring because I am not using Outlook? Or is there
> some other issue?
> THanks |
|
| Back to top |
|
 |
Walter Blanchard External

Since: Mar 17, 2007 Posts: 11
|
Posted: Sat Mar 17, 2007 10:13 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Not allowed to save edited win.ini with Vista.
--
______________________________
Walter B
waltblanch[at]tampabay[dot]rr[dot]com
______________________________
"Doug Robbins - Word MVP" <dkr RemoveThis @REMOVECAPSmvps.org> wrote in message
news:e%23ZV6qCaHHA.5032@TK2MSFTNGP02.phx.gbl...
> Here is some information posted by Peter Jamieson. It may not be
> applicable to your operating system and mail program, for which it might
> be better to ask your question in the microsoft.public.windows.vista.mail
> newsgroup, to which I have cross-posted this response.
>
> First, make sure that the e-mail program you want to use is set up to be
> the
> default e-mail program (e.g. via Internet Explorer|Tools|Internet
> Options|Programs, and send at least one message using it.
>
> Then Word needs some stuff in WIN.INI and/or in the Windows registry
> before it will show you the E-mail option. I believe that for Word 2003 it
> needs to be in the Windows registry, but that may depend also on the
> version
> of Windows so it is probably better to put the information in both places.
>
> For WIN.INI,
> a. find the WIN.INI file in your Windows folder (typically c:\WINDOWS),
> make a backup copy of it, and open it in Notepad.
> b. ensure that the following text is in there, and add it if not
>
> [Mail]
> MAPI=1
> CMCDLLNAME32=mapi32.dll
> CMCDLLNAME=mapi.dll
> CMC=1
> MAPIX=1
> MAPIXVER=1.0.0.1
> OLEMessaging=1
>
> You will need to close all copies of Word before this change has a chance
> of
> taking effect. It is probably safest to restart Windows to be completely
> sure.
>
> If that isn't enough, you will need to edit the registry. Proceed with
> caution!
>
> c. In your Windows folder, locate and run regedit.exe. If you're on an
> older version of Windows you might need to use regedt32.exe.
>
> Look for a key called
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem
>
> I would be surprised if it was not there in recent versions of Windows,
> but
> if it is not, add it.
>
> If it is there, I would expect to see
> d. a subkey claled MSMapiApps
> e. a number of "values" with the same names as are in the above list -
> MAPI, MAPIX etc.
> f. an additional value called InstallCmd
>
> If you cannot see the (e) values, you need to add them. For each of the
> values in the above list
> g. right click "Windows Messaging Subsystem" and select New|String Value.
> Note that although some of these items have numeric values, they should
> all
> be entered as String Values.
> h. enter the name, as above
> i. double click on the name. A dialog box appears. Enter the value (e.g.
> for the name CMCDLLNAME, enter mapi.dll) and click OK
> j. You may also need to create the InstallCmd value, although I rather
> doubt it. I am less sure about this and about what should go in there. On
> my
> system, the value is:
> rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf
>
> When you have done them all, press F5. Then close all copies of Word and
> restart it - or restart Windows, then restart Word and see if the e-mail
> option has appeared.
>
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP
>
> "Ben Coyle" <frenz_of_rom RemoveThis @hotmail.com> wrote in message
> news:013B92BE-6DAA-46F0-8030-DC1DE1027EDB@microsoft.com...
>> Hi
>> I have just bought MS Office 2007 Home and Student edition. When I try to
>> send a document as an email attachment in Word (or any other Office
>> program for that matter) all the email options are greyed out, with no
>> explanation as to why I can't send. Sending from Wordpad works fine.
>> My default mail client is Windows Mail. I am running Vista Home Premium
>> OS. Is this problem occuring because I am not using Outlook? Or is there
>> some other issue?
>> THanks
>
> |
|
| Back to top |
|
 |
Bob Keen External

Since: Apr 24, 2007 Posts: 1
|
Posted: Tue Apr 24, 2007 10:00 pm Post subject: RE: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: microsoft>public>word>mail (more info?) |
|
|
Solved problem of greyed out send email by downloading from the Microsoft
website the 2007 Microsoft Office Add-in: Save as PDF or XPS. This added
these features and opened the greyed out Sending email.
Now my problem is that no one can open these .docx files unless they have
Office 2007 or downloaded the Microsoft converter for the 2007 programs!
"Ben Coyle" wrote:
> Hi
> I have just bought MS Office 2007 Home and Student edition. When I try to
> send a document as an email attachment in Word (or any other Office program
> for that matter) all the email options are greyed out, with no explanation
> as to why I can't send. Sending from Wordpad works fine.
> My default mail client is Windows Mail. I am running Vista Home Premium OS.
> Is this problem occuring because I am not using Outlook? Or is there some
> other issue?
> THanks
> |
|
| Back to top |
|
 |
DNMotion External

Since: May 10, 2007 Posts: 4
|
Posted: Thu May 10, 2007 9:06 pm Post subject: RE: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
"Bob Keen" wrote:
> Solved problem of greyed out send email by downloading from the Microsoft
> website the 2007 Microsoft Office Add-in: Save as PDF or XPS. This added
> these features and opened the greyed out Sending email.
> Now my problem is that no one can open these .docx files unless they have
> Office 2007 or downloaded the Microsoft converter for the 2007 programs!
>
> "Ben Coyle" wrote:
>
> > Hi
> > I have just bought MS Office 2007 Home and Student edition. When I try to
> > send a document as an email attachment in Word (or any other Office program
> > for that matter) all the email options are greyed out, with no explanation
> > as to why I can't send. Sending from Wordpad works fine.
> > My default mail client is Windows Mail. I am running Vista Home Premium OS.
> > Is this problem occuring because I am not using Outlook? Or is there some
> > other issue?
> > THanks
> > |
|
| Back to top |
|
 |
DNMotion External

Since: May 10, 2007 Posts: 4
|
Posted: Thu May 10, 2007 9:14 pm Post subject: RE: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I talked to microsoft last night and boy was I furious and livid. I just
purchased a Sony VAIO and this problem occurred. I have tried to correct the
problem on my own. First of all I had to go through Customer Service in
order to get Technical Support and they wanted $59, as I explained to them
that I have just purchased this computer and totally frustrated because
sometime I work at home and need to email my product to work. Yes, I can
save the file on within Vista to email but that should happen because
Microsoft is communicating with their own problems. It was explained to me
that Microsoft Office Home and Student 2007 is missing to two files that
would eleviate our problems. I explained that they need to supply us with a
patch. They also gave me the alternative to by downloading the add-ins which
also didn't for me. WE NEED A PATCH, NOT BAD CUSTOMER SERVICE FOR SOMETHING
THAT MICROSOFT DID NOT FORSEE. I AM NOT PURCHASING OUTLOOK AS SUGGESTED
BECAUSE AS FAR AS MY HOME COMPUTER IS CONCERNED I'VE NEVER HAD THE PROBLEM
BEFORE. I INSTRUCTED MICROSOFT NOT TO CLOSE MY TICKET UNTIL THE PROBLEM IS
RESOLVED. I AM LIVID.
"Ben Coyle" wrote:
> Hi
> I have just bought MS Office 2007 Home and Student edition. When I try to
> send a document as an email attachment in Word (or any other Office program
> for that matter) all the email options are greyed out, with no explanation
> as to why I can't send. Sending from Wordpad works fine.
> My default mail client is Windows Mail. I am running Vista Home Premium OS.
> Is this problem occuring because I am not using Outlook? Or is there some
> other issue?
> THanks
> |
|
| Back to top |
|
 |
Msradell External

Since: May 24, 2007 Posts: 3
|
Posted: Thu May 24, 2007 10:11 pm Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Has anyone gotten a resolution for Microsoft for this issue? I'm at the
same problem and cannot get a satisfactory correction.
Please let me know if you've got a solution.
Thanks |
|
| Back to top |
|
 |
Doug Robbins - Word MVP External

Since: Jul 14, 2006 Posts: 2538
|
Posted: Fri May 25, 2007 5:55 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Have you checked/done the other things suggested in this thread by myself
and Bob Keen. What version of Word do you have? what email program are you
using. If you want anyone to who you send a document to be able to open it,
you should save if first in Word 97-2003 format, rather than as docx
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
<Msradell.RemoveThis@aol.com> wrote in message
news:OL$w6HnnHHA.4772@TK2MSFTNGP05.phx.gbl...
> Has anyone gotten a resolution for Microsoft for this issue? I'm at the
> same problem and cannot get a satisfactory correction.
>
> Please let me know if you've got a solution.
>
> Thanks |
|
| Back to top |
|
 |
Msradell External

Since: May 24, 2007 Posts: 3
|
Posted: Mon May 28, 2007 8:22 pm Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I'm using Word 2007 that's part of Home and Student Office 2007 and I'm
using Winmail that's part of my Vista Premium operating system. I've
already sent my default save as to Word 97-2003 format. I really don't want
to buy Outlook 2007 just to get this function operational and don't feel I
should have to since I'm already using two of the most up to date Microsoft
products! |
|
| Back to top |
|
 |
Doug Robbins - Word MVP External

Since: Jul 14, 2006 Posts: 2538
|
Posted: Tue May 29, 2007 5:31 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
See the following Knowledge Base Article:
http://support.microsoft.com/kb/918792
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
<Msradell.TakeThisOut@aol.com> wrote in message
news:uZ$%23%23dYoHHA.3968@TK2MSFTNGP06.phx.gbl...
> I'm using Word 2007 that's part of Home and Student Office 2007 and I'm
> using Winmail that's part of my Vista Premium operating system. I've
> already sent my default save as to Word 97-2003 format. I really don't
> want to buy Outlook 2007 just to get this function operational and don't
> feel I should have to since I'm already using two of the most up to date
> Microsoft products! |
|
| Back to top |
|
 |
DNMotion External

Since: May 10, 2007 Posts: 4
|
Posted: Tue May 29, 2007 11:42 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
IT WORKED!
"Doug Robbins - Word MVP" wrote:
> See the following Knowledge Base Article:
>
> http://support.microsoft.com/kb/918792
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP
>
> <Msradell.TakeThisOut@aol.com> wrote in message
> news:uZ$%23%23dYoHHA.3968@TK2MSFTNGP06.phx.gbl...
> > I'm using Word 2007 that's part of Home and Student Office 2007 and I'm
> > using Winmail that's part of my Vista Premium operating system. I've
> > already sent my default save as to Word 97-2003 format. I really don't
> > want to buy Outlook 2007 just to get this function operational and don't
> > feel I should have to since I'm already using two of the most up to date
> > Microsoft products!
>
>
> |
|
| Back to top |
|
 |
DNMotion External

Since: May 10, 2007 Posts: 4
|
Posted: Tue May 29, 2007 11:55 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
For my programs I had to add all of the files located in KB Article for it to
work! On to the next problem.
"DNMotion" wrote:
> IT WORKED!
>
> "Doug Robbins - Word MVP" wrote:
>
> > See the following Knowledge Base Article:
> >
> > http://support.microsoft.com/kb/918792
> >
> > --
> > Hope this helps.
> >
> > Please reply to the newsgroup unless you wish to avail yourself of my
> > services on a paid consulting basis.
> >
> > Doug Robbins - Word MVP
> >
> > <Msradell RemoveThis @aol.com> wrote in message
> > news:uZ$%23%23dYoHHA.3968@TK2MSFTNGP06.phx.gbl...
> > > I'm using Word 2007 that's part of Home and Student Office 2007 and I'm
> > > using Winmail that's part of my Vista Premium operating system. I've
> > > already sent my default save as to Word 97-2003 format. I really don't
> > > want to buy Outlook 2007 just to get this function operational and don't
> > > feel I should have to since I'm already using two of the most up to date
> > > Microsoft products!
> >
> >
> > |
|
| Back to top |
|
 |
Msradell External

Since: May 24, 2007 Posts: 3
|
Posted: Tue May 29, 2007 9:03 pm Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
It worked here to. I had to add all the words in the article. Thanks for
the help! |
|
| Back to top |
|
 |
madmist78 External

Since: Jun 04, 2007 Posts: 3
|
Posted: Thu Jun 21, 2007 7:33 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Havin the same problem, attempting to use a Groupwise 6.5 client. Have read
all previous fixes, regedit, and win.ini have been updated, and Groupwise is
properly setup as default mail client.
I have reinstalled Groupwise just in case to no avail.
Any ideas?
-G
"Msradell@aol.com" wrote:
> It worked here to. I had to add all the words in the article. Thanks for
> the help!
>
> |
|
| Back to top |
|
 |
Art External

Since: Sep 24, 2004 Posts: 116
|
Posted: Mon Jul 30, 2007 9:00 pm Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: microsoft>public>word>mail, others (more info?) |
|
|
I am having the same problem. Outlook 2003 is my default mail program
(check), I looked in the Registry and all values are present (check), I added
the PDF and XPS attachments. I added "Send to mail recipient" to the Quick
Task bar where it remains "gray."
I got all that info from the Help section on Word 2007. Their last
alternative is to send the document as an attachment which seems to me to
defeat the purpose and is not a viable workaround for my project (an email
Newsletter).
Any other thoughts on this?
Thanks
"Doug Robbins - Word MVP" wrote:
> Here is some information posted by Peter Jamieson. It may not be applicable
> to your operating system and mail program, for which it might be better to
> ask your question in the microsoft.public.windows.vista.mail newsgroup, to
> which I have cross-posted this response.
>
> First, make sure that the e-mail program you want to use is set up to be the
> default e-mail program (e.g. via Internet Explorer|Tools|Internet
> Options|Programs, and send at least one message using it.
>
> Then Word needs some stuff in WIN.INI and/or in the Windows registry
> before it will show you the E-mail option. I believe that for Word 2003 it
> needs to be in the Windows registry, but that may depend also on the version
> of Windows so it is probably better to put the information in both places.
>
> For WIN.INI,
> a. find the WIN.INI file in your Windows folder (typically c:\WINDOWS),
> make a backup copy of it, and open it in Notepad.
> b. ensure that the following text is in there, and add it if not
>
> [Mail]
> MAPI=1
> CMCDLLNAME32=mapi32.dll
> CMCDLLNAME=mapi.dll
> CMC=1
> MAPIX=1
> MAPIXVER=1.0.0.1
> OLEMessaging=1
>
> You will need to close all copies of Word before this change has a chance of
> taking effect. It is probably safest to restart Windows to be completely
> sure.
>
> If that isn't enough, you will need to edit the registry. Proceed with
> caution!
>
> c. In your Windows folder, locate and run regedit.exe. If you're on an
> older version of Windows you might need to use regedt32.exe.
>
> Look for a key called
>
> HKEY_LOCAL_MACHINE\SOFTWARE\MiÂcrosoft\Windows Messaging Subsystem
>
> I would be surprised if it was not there in recent versions of Windows, but
> if it is not, add it.
>
> If it is there, I would expect to see
> d. a subkey claled MSMapiApps
> e. a number of "values" with the same names as are in the above list -
> MAPI, MAPIX etc.
> f. an additional value called InstallCmd
>
> If you cannot see the (e) values, you need to add them. For each of the
> values in the above list
> g. right click "Windows Messaging Subsystem" and select New|String Value.
> Note that although some of these items have numeric values, they should all
> be entered as String Values.
> h. enter the name, as above
> i. double click on the name. A dialog box appears. Enter the value (e.g.
> for the name CMCDLLNAME, enter mapi.dll) and click OK
> j. You may also need to create the InstallCmd value, although I rather
> doubt it. I am less sure about this and about what should go in there. On my
> system, the value is:
> rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf
>
> When you have done them all, press F5. Then close all copies of Word and
> restart it - or restart Windows, then restart Word and see if the e-mail
> option has appeared.
>
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP
>
> "Ben Coyle" <frenz_of_rom DeleteThis @hotmail.com> wrote in message
> news:013B92BE-6DAA-46F0-8030-DC1DE1027EDB@microsoft.com...
> > Hi
> > I have just bought MS Office 2007 Home and Student edition. When I try to
> > send a document as an email attachment in Word (or any other Office
> > program for that matter) all the email options are greyed out, with no
> > explanation as to why I can't send. Sending from Wordpad works fine.
> > My default mail client is Windows Mail. I am running Vista Home Premium
> > OS. Is this problem occuring because I am not using Outlook? Or is there
> > some other issue?
> > THanks
>
>
> |
|
| Back to top |
|
 |
Doug Robbins - Word MVP External

Since: Jul 14, 2006 Posts: 2538
|
Posted: Tue Jul 31, 2007 3:49 pm Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I think that the issue may be one of Compatability between Word 2007 and
Outlook 2003.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"Art" <Art.TakeThisOut@discussions.microsoft.com> wrote in message
news:409A3502-3DBA-47A2-8D3C-758BFB335E92@microsoft.com...
>I am having the same problem. Outlook 2003 is my default mail program
> (check), I looked in the Registry and all values are present (check), I
> added
> the PDF and XPS attachments. I added "Send to mail recipient" to the Quick
> Task bar where it remains "gray."
>
> I got all that info from the Help section on Word 2007. Their last
> alternative is to send the document as an attachment which seems to me to
> defeat the purpose and is not a viable workaround for my project (an email
> Newsletter).
>
> Any other thoughts on this?
>
> Thanks
>
> "Doug Robbins - Word MVP" wrote:
>
>> Here is some information posted by Peter Jamieson. It may not be
>> applicable
>> to your operating system and mail program, for which it might be better
>> to
>> ask your question in the microsoft.public.windows.vista.mail newsgroup,
>> to
>> which I have cross-posted this response.
>>
>> First, make sure that the e-mail program you want to use is set up to be
>> the
>> default e-mail program (e.g. via Internet Explorer|Tools|Internet
>> Options|Programs, and send at least one message using it.
>>
>> Then Word needs some stuff in WIN.INI and/or in the Windows registry
>> before it will show you the E-mail option. I believe that for Word 2003
>> it
>> needs to be in the Windows registry, but that may depend also on the
>> version
>> of Windows so it is probably better to put the information in both
>> places.
>>
>> For WIN.INI,
>> a. find the WIN.INI file in your Windows folder (typically c:\WINDOWS),
>> make a backup copy of it, and open it in Notepad.
>> b. ensure that the following text is in there, and add it if not
>>
>> [Mail]
>> MAPI=1
>> CMCDLLNAME32=mapi32.dll
>> CMCDLLNAME=mapi.dll
>> CMC=1
>> MAPIX=1
>> MAPIXVER=1.0.0.1
>> OLEMessaging=1
>>
>> You will need to close all copies of Word before this change has a chance
>> of
>> taking effect. It is probably safest to restart Windows to be completely
>> sure.
>>
>> If that isn't enough, you will need to edit the registry. Proceed with
>> caution!
>>
>> c. In your Windows folder, locate and run regedit.exe. If you're on an
>> older version of Windows you might need to use regedt32.exe.
>>
>> Look for a key called
>>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem
>>
>> I would be surprised if it was not there in recent versions of Windows,
>> but
>> if it is not, add it.
>>
>> If it is there, I would expect to see
>> d. a subkey claled MSMapiApps
>> e. a number of "values" with the same names as are in the above list -
>> MAPI, MAPIX etc.
>> f. an additional value called InstallCmd
>>
>> If you cannot see the (e) values, you need to add them. For each of the
>> values in the above list
>> g. right click "Windows Messaging Subsystem" and select New|String
>> Value.
>> Note that although some of these items have numeric values, they should
>> all
>> be entered as String Values.
>> h. enter the name, as above
>> i. double click on the name. A dialog box appears. Enter the value (e.g.
>> for the name CMCDLLNAME, enter mapi.dll) and click OK
>> j. You may also need to create the InstallCmd value, although I rather
>> doubt it. I am less sure about this and about what should go in there. On
>> my
>> system, the value is:
>> rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf
>>
>> When you have done them all, press F5. Then close all copies of Word and
>> restart it - or restart Windows, then restart Word and see if the e-mail
>> option has appeared.
>>
>>
>> --
>> Hope this helps.
>>
>> Please reply to the newsgroup unless you wish to avail yourself of my
>> services on a paid consulting basis.
>>
>> Doug Robbins - Word MVP
>>
>> "Ben Coyle" <frenz_of_rom.TakeThisOut@hotmail.com> wrote in message
>> news:013B92BE-6DAA-46F0-8030-DC1DE1027EDB@microsoft.com...
>> > Hi
>> > I have just bought MS Office 2007 Home and Student edition. When I try
>> > to
>> > send a document as an email attachment in Word (or any other Office
>> > program for that matter) all the email options are greyed out, with no
>> > explanation as to why I can't send. Sending from Wordpad works fine.
>> > My default mail client is Windows Mail. I am running Vista Home Premium
>> > OS. Is this problem occuring because I am not using Outlook? Or is
>> > there
>> > some other issue?
>> > THanks
>>
>>
>> |
|
| Back to top |
|
 |
Art External

Since: Sep 24, 2004 Posts: 116
|
Posted: Tue Jul 31, 2007 9:20 pm Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Compatability may well be a problem, I know I can not use word as my email
editor but from reading other posts here I get the feeling that MS has
disabled the "Send to Email recipient" function in the 2007 Home and Student
program. The rational seems to be that that function is a "commercial"
function. I disagree with that logic because a lot of people just wont open
ANY email attachments so the need to send a document as an email is fully
justified, IMHO, for use in the Home & Student version. I hope that someone
can get through to MS and that they will activate the function in the H & S
version. (Well I can dream can't I? <grin>)
"Doug Robbins - Word MVP" wrote:
> I think that the issue may be one of Compatability between Word 2007 and
> Outlook 2003.
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP
>
> "Art" <Art.DeleteThis@discussions.microsoft.com> wrote in message
> news:409A3502-3DBA-47A2-8D3C-758BFB335E92@microsoft.com...
> >I am having the same problem. Outlook 2003 is my default mail program
> > (check), I looked in the Registry and all values are present (check), I
> > added
> > the PDF and XPS attachments. I added "Send to mail recipient" to the Quick
> > Task bar where it remains "gray."
> >
> > I got all that info from the Help section on Word 2007. Their last
> > alternative is to send the document as an attachment which seems to me to
> > defeat the purpose and is not a viable workaround for my project (an email
> > Newsletter).
> >
> > Any other thoughts on this?
> >
> > Thanks
> >
> > "Doug Robbins - Word MVP" wrote:
> >
> >> Here is some information posted by Peter Jamieson. It may not be
> >> applicable
> >> to your operating system and mail program, for which it might be better
> >> to
> >> ask your question in the microsoft.public.windows.vista.mail newsgroup,
> >> to
> >> which I have cross-posted this response.
> >>
> >> First, make sure that the e-mail program you want to use is set up to be
> >> the
> >> default e-mail program (e.g. via Internet Explorer|Tools|Internet
> >> Options|Programs, and send at least one message using it.
> >>
> >> Then Word needs some stuff in WIN.INI and/or in the Windows registry
> >> before it will show you the E-mail option. I believe that for Word 2003
> >> it
> >> needs to be in the Windows registry, but that may depend also on the
> >> version
> >> of Windows so it is probably better to put the information in both
> >> places.
> >>
> >> For WIN.INI,
> >> a. find the WIN.INI file in your Windows folder (typically c:\WINDOWS),
> >> make a backup copy of it, and open it in Notepad.
> >> b. ensure that the following text is in there, and add it if not
> >>
> >> [Mail]
> >> MAPI=1
> >> CMCDLLNAME32=mapi32.dll
> >> CMCDLLNAME=mapi.dll
> >> CMC=1
> >> MAPIX=1
> >> MAPIXVER=1.0.0.1
> >> OLEMessaging=1
> >>
> >> You will need to close all copies of Word before this change has a chance
> >> of
> >> taking effect. It is probably safest to restart Windows to be completely
> >> sure.
> >>
> >> If that isn't enough, you will need to edit the registry. Proceed with
> >> caution!
> >>
> >> c. In your Windows folder, locate and run regedit.exe. If you're on an
> >> older version of Windows you might need to use regedt32.exe.
> >>
> >> Look for a key called
> >>
> >> HKEY_LOCAL_MACHINE\SOFTWARE\MiÂcrosoft\Windows Messaging Subsystem
> >>
> >> I would be surprised if it was not there in recent versions of Windows,
> >> but
> >> if it is not, add it.
> >>
> >> If it is there, I would expect to see
> >> d. a subkey claled MSMapiApps
> >> e. a number of "values" with the same names as are in the above list -
> >> MAPI, MAPIX etc.
> >> f. an additional value called InstallCmd
> >>
> >> If you cannot see the (e) values, you need to add them. For each of the
> >> values in the above list
> >> g. right click "Windows Messaging Subsystem" and select New|String
> >> Value.
> >> Note that although some of these items have numeric values, they should
> >> all
> >> be entered as String Values.
> >> h. enter the name, as above
> >> i. double click on the name. A dialog box appears. Enter the value (e.g.
> >> for the name CMCDLLNAME, enter mapi.dll) and click OK
> >> j. You may also need to create the InstallCmd value, although I rather
> >> doubt it. I am less sure about this and about what should go in there. On
> >> my
> >> system, the value is:
> >> rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf
> >>
> >> When you have done them all, press F5. Then close all copies of Word and
> >> restart it - or restart Windows, then restart Word and see if the e-mail
> >> option has appeared.
> >>
> >>
> >> --
> >> Hope this helps.
> >>
> >> Please reply to the newsgroup unless you wish to avail yourself of my
> >> services on a paid consulting basis.
> >>
> >> Doug Robbins - Word MVP
> >>
> >> "Ben Coyle" <frenz_of_rom.DeleteThis@hotmail.com> wrote in message
> >> news:013B92BE-6DAA-46F0-8030-DC1DE1027EDB@microsoft.com...
> >> > Hi
> >> > I have just bought MS Office 2007 Home and Student edition. When I try
> >> > to
> >> > send a document as an email attachment in Word (or any other Office
> >> > program for that matter) all the email options are greyed out, with no
> >> > explanation as to why I can't send. Sending from Wordpad works fine.
> >> > My default mail client is Windows Mail. I am running Vista Home Premium
> >> > OS. Is this problem occuring because I am not using Outlook? Or is
> >> > there
> >> > some other issue?
> >> > THanks
> >>
> >>
> >>
>
>
> |
|
| Back to top |
|
 |
Gary VanderMolen External

Since: Apr 30, 2007 Posts: 54
|
Posted: Wed Aug 01, 2007 12:05 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Try this:
Run your 2007 Home and Student edition CD and choose the option
to add specific components. Although there is no option to install Outlook,
you should have an option to install MAPI handlers. The MAPI handler
needs to be present before Word can "send to Email recipient".
Gary VanderMolen
"Art" <Art DeleteThis @discussions.microsoft.com> wrote in message news:F205EBB4-1E6A-4AC9-9304-01B8407640BD@microsoft.com...
> Compatability may well be a problem, I know I can not use word as my email
> editor but from reading other posts here I get the feeling that MS has
> disabled the "Send to Email recipient" function in the 2007 Home and Student
> program. The rational seems to be that that function is a "commercial"
> function. I disagree with that logic because a lot of people just wont open
> ANY email attachments so the need to send a document as an email is fully
> justified, IMHO, for use in the Home & Student version. I hope that someone
> can get through to MS and that they will activate the function in the H & S
> version. (Well I can dream can't I? <grin>)
>
> "Doug Robbins - Word MVP" wrote:
>
>> I think that the issue may be one of Compatability between Word 2007 and
>> Outlook 2003.
>>
>> --
>> Hope this helps.
>>
>> Please reply to the newsgroup unless you wish to avail yourself of my
>> services on a paid consulting basis.
>>
>> Doug Robbins - Word MVP
>>
>> "Art" <Art DeleteThis @discussions.microsoft.com> wrote in message
>> news:409A3502-3DBA-47A2-8D3C-758BFB335E92@microsoft.com...
>> >I am having the same problem. Outlook 2003 is my default mail program
>> > (check), I looked in the Registry and all values are present (check), I
>> > added
>> > the PDF and XPS attachments. I added "Send to mail recipient" to the Quick
>> > Task bar where it remains "gray."
>> >
>> > I got all that info from the Help section on Word 2007. Their last
>> > alternative is to send the document as an attachment which seems to me to
>> > defeat the purpose and is not a viable workaround for my project (an email
>> > Newsletter).
>> >
>> > Any other thoughts on this?
>> >
>> > Thanks
>> >
>> > "Doug Robbins - Word MVP" wrote:
>> >
>> >> Here is some information posted by Peter Jamieson. It may not be
>> >> applicable
>> >> to your operating system and mail program, for which it might be better
>> >> to
>> >> ask your question in the microsoft.public.windows.vista.mail newsgroup,
>> >> to
>> >> which I have cross-posted this response.
>> >>
>> >> First, make sure that the e-mail program you want to use is set up to be
>> >> the
>> >> default e-mail program (e.g. via Internet Explorer|Tools|Internet
>> >> Options|Programs, and send at least one message using it.
>> >>
>> >> Then Word needs some stuff in WIN.INI and/or in the Windows registry
>> >> before it will show you the E-mail option. I believe that for Word 2003
>> >> it
>> >> needs to be in the Windows registry, but that may depend also on the
>> >> version
>> >> of Windows so it is probably better to put the information in both
>> >> places.
>> >>
>> >> For WIN.INI,
>> >> a. find the WIN.INI file in your Windows folder (typically c:\WINDOWS),
>> >> make a backup copy of it, and open it in Notepad.
>> >> b. ensure that the following text is in there, and add it if not
>> >>
>> >> [Mail]
>> >> MAPI=1
>> >> CMCDLLNAME32=mapi32.dll
>> >> CMCDLLNAME=mapi.dll
>> >> CMC=1
>> >> MAPIX=1
>> >> MAPIXVER=1.0.0.1
>> >> OLEMessaging=1
>> >>
>> >> You will need to close all copies of Word before this change has a chance
>> >> of
>> >> taking effect. It is probably safest to restart Windows to be completely
>> >> sure.
>> >>
>> >> If that isn't enough, you will need to edit the registry. Proceed with
>> >> caution!
>> >>
>> >> c. In your Windows folder, locate and run regedit.exe. If you're on an
>> >> older version of Windows you might need to use regedt32.exe.
>> >>
>> >> Look for a key called
>> >>
>> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem
>> >>
>> >> I would be surprised if it was not there in recent versions of Windows,
>> >> but
>> >> if it is not, add it.
>> >>
>> >> If it is there, I would expect to see
>> >> d. a subkey claled MSMapiApps
>> >> e. a number of "values" with the same names as are in the above list -
>> >> MAPI, MAPIX etc.
>> >> f. an additional value called InstallCmd
>> >>
>> >> If you cannot see the (e) values, you need to add them. For each of the
>> >> values in the above list
>> >> g. right click "Windows Messaging Subsystem" and select New|String
>> >> Value.
>> >> Note that although some of these items have numeric values, they should
>> >> all
>> >> be entered as String Values.
>> >> h. enter the name, as above
>> >> i. double click on the name. A dialog box appears. Enter the value (e.g.
>> >> for the name CMCDLLNAME, enter mapi.dll) and click OK
>> >> j. You may also need to create the InstallCmd value, although I rather
>> >> doubt it. I am less sure about this and about what should go in there. On
>> >> my
>> >> system, the value is:
>> >> rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf
>> >>
>> >> When you have done them all, press F5. Then close all copies of Word and
>> >> restart it - or restart Windows, then restart Word and see if the e-mail
>> >> option has appeared.
>> >>
>> >>
>> >> --
>> >> Hope this helps.
>> >>
>> >> Please reply to the newsgroup unless you wish to avail yourself of my
>> >> services on a paid consulting basis.
>> >>
>> >> Doug Robbins - Word MVP
>> >>
>> >> "Ben Coyle" <frenz_of_rom DeleteThis @hotmail.com> wrote in message
>> >> news:013B92BE-6DAA-46F0-8030-DC1DE1027EDB@microsoft.com...
>> >> > Hi
>> >> > I have just bought MS Office 2007 Home and Student edition. When I try
>> >> > to
>> >> > send a document as an email attachment in Word (or any other Office
>> >> > program for that matter) all the email options are greyed out, with no
>> >> > explanation as to why I can't send. Sending from Wordpad works fine.
>> >> > My default mail client is Windows Mail. I am running Vista Home Premium
>> >> > OS. Is this problem occuring because I am not using Outlook? Or is
>> >> > there
>> >> > some other issue?
>> >> > THanks
>> >>
>> >>
>> >>
>>
>>
>> |
|
| Back to top |
|
 |
Herb Tyson [MVP] External

Since: Oct 02, 2003 Posts: 2096
|
Posted: Wed Aug 01, 2007 7:54 am Post subject: Re: Word 2007 Send as Email greyed out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
....and make sure that Windows Mail is set as the default mail program
(assuming the user doesn't have some other MAPI mail client installed).
--
Herb Tyson MS MVP
Author of the Word 2007 Bible
Blog: http://word2007bible.herbtyson.com
Web: http://www.herbtyson.com
"Gary VanderMolen" <gary.RemoveThis@NoMail.invalid> wrote in message
news:OMh1ppA1HHA.728@TK2MSFTNGP05.phx.gbl...
> Try this:
> Run your 2007 Home and Student edition CD and choose the option
> to add specific components. Although there is no option to install
> Outlook,
> you should have an option to install MAPI handlers. The MAPI handler
> needs to be present before Word can "send to Email recipient".
>
> Gary VanderMolen
>
> "Art" <Art.RemoveThis@discussions.microsoft.com> wrote in message
> news:F205EBB4-1E6A-4AC9-9304-01B8407640BD@microsoft.com...
>> Compatability may well be a problem, I know I can not use word as my
>> email
>> editor but from reading other posts here I get the feeling that MS has
>> disabled the "Send to Email recipient" function in the 2007 Home and
>> Student
>> program. The rational seems to be that that function is a "commercial"
>> function. I disagree with that logic because a lot of people just wont
>> open
>> ANY email attachments so the need to send a document as an email is fully
>> justified, IMHO, for use in the Home & Student version. I hope that
>> someone
>> can get through to MS and that they will activate the function in the H &
>> S
>> version. (Well I can dream can't I? <grin>)
>>
>> "Doug Robbins - Word MVP" wrote:
>>
>>> I think that the issue may be one of Compatability between Word 2007 and
>>> Outlook 2003.
>>>
>>> --
>>> Hope this helps.
>>>
>>> Please reply to the newsgroup unless you wish to avail yourself of my
>>> services on a paid consulting basis.
>>>
>>> Doug Robbins - Word MVP
>>>
>>> "Art" <Art.RemoveThis@discussions.microsoft.com> wrote in message
>>> news:409A3502-3DBA-47A2-8D3C-758BFB335E92@microsoft.com...
>>> >I am having the same problem. Outlook 2003 is my default mail program
>>> > (check), I looked in the Registry and all values are present (check),
>>> > I
>>> > added
>>> > the PDF and XPS attachments. I added "Send to mail recipient" to the
>>> > Quick
>>> > Task bar where it remains "gray."
>>> >
>>> > I got all that info from the Help section on Word 2007. Their last
>>> > alternative is to send the document as an attachment which seems to me
>>> > to
>>> > defeat the purpose and is not a viable workaround for my project (an
>>> > email
>>> > Newsletter).
>>> >
>>> > Any other thoughts on this?
>>> >
>>> > Thanks
>>> >
>>> > "Doug Robbins - Word MVP" wrote:
>>> >
>>> >> Here is some information posted by Peter Jamieson. It may not be
>>> >> applicable
>>> >> to your operating system and mail program, for which it might be
>>> >> better
>>> >> to
>>> >> ask your question in the microsoft.public.windows.vista.mail
>>> >> newsgroup,
>>> >> to
>>> >> which I have cross-posted this response.
>>> >>
>>> >> First, make sure that the e-mail program you want to use is set up to
>>> >> be
>>> >> the
>>> >> default e-mail program (e.g. via Internet Explorer|Tools|Internet
>>> >> Options|Programs, and send at least one message using it.
>>> >>
>>> >> Then Word needs some stuff in WIN.INI and/or in the Windows registry
>>> >> before it will show you the E-mail option. I believe that for Word
>>> >> 2003
>>> >> it
>>> >> needs to be in the Windows registry, but that may depend also on the
>>> >> version
>>> >> of Windows so it is probably better to put the information in both
>>> >> places.
>>> >>
>>> >> For WIN.INI,
>>> >> a. find the WIN.INI file in your Windows folder (typically
>>> >> c:\WINDOWS),
>>> >> make a backup copy of it, and open it in Notepad.
>>> >> b. ensure that the following text is in there, and add it if not
>>> >>
>>> >> [Mail]
>>> >> MAPI=1
>>> >> CMCDLLNAME32=mapi32.dll
>>> >> CMCDLLNAME=mapi.dll
>>> >> CMC=1
>>> >> MAPIX=1
>>> >> MAPIXVER=1.0.0.1
>>> >> OLEMessaging=1
>>> >>
>>> >> You will need to close all copies of Word before this change has a
>>> >> chance
>>> >> of
>>> >> taking effect. It is probably safest to restart Windows to be
>>> >> completely
>>> >> sure.
>>> >>
>>> >> If that isn't enough, you will need to edit the registry. Proceed
>>> >> with
>>> >> caution!
>>> >>
>>> >> c. In your Windows folder, locate and run regedit.exe. If you're on
>>> >> an
>>> >> older version of Windows you might need to use regedt32.exe.
>>> >>
>>> >> Look for a key called
>>> >>
>>> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem
>>> >>
>>> >> I would be surprised if it was not there in recent versions of
>>> >> Windows,
>>> >> but
>>> >> if it is not, add it.
>>> >>
>>> >> If it is there, I would expect to see
>>> >> d. a subkey claled MSMapiApps
>>> >> e. a number of "values" with the same names as are in the above
>>> >> list -
>>> >> MAPI, MAPIX etc.
>>> >> f. an additional value called InstallCmd
>>> >>
>>> >> If you cannot see the (e) values, you need to add them. For each of
>>> >> the
>>> >> values in the above list
>>> >> g. right click "Windows Messaging Subsystem" and select New|String
>>> >> Value.
>>> >> Note that although some of these items have numeric values, they
>>> >> should
>>> >> all
>>> >> be entered as String Values.
>>> >> h. enter the name, as above
>>> >> i. double click on the name. A dialog box appears. Enter the value
>>> >> (e.g.
>>> >> for the name CMCDLLNAME, enter mapi.dll) and click OK
>>> >> j. You may also need to create the InstallCmd value, although I
>>> >> rather
>>> >> doubt it. I am less sure about this and about what should go in
>>> >> there. On
>>> >> my
>>> >> system, the value is:
>>> >> rundll32 setupapi,InstallHinfSection MSMAIL 132 msmail.inf
>>> >>
>>> >> When you have done them all, press F5. Then close all copies of Word
>>> >> and
>>> >> restart it - or restart Windows, then restart Word and see if the
>>> >> e-mail
>>> >> option has appeared.
>>> >>
>>> >>
>>> >> --
>>> >> Hope this helps.
>>> >>
>>> >> Please reply to the newsgroup unless you wish to avail yourself of my
>>> >> services on a paid consulting basis.
>>> >>
>>> >> Doug Robbins - Word MVP
>>> >>
>>> >> "Ben Coyle" <frenz_of_rom.RemoveThis@hotmail.com> wrote in message
>>> >> news:013B92BE-6DAA-46F0-8030-DC1DE1027EDB@microsoft.com...
>>> >> > Hi
>>> >> > I have just bought MS Office 2007 Home and Student edition. When I
>>> >> > try
>>> >> > to
>>> >> > send a document as an email attachment in Word (or any other Office
>>> >> > program for that matter) all the email options are greyed out, with
>>> >> > no
>>> >> > explanation as to why I can't send. Sending from Wordpad works
>>> >> > fine.
>>> >> > My default mail client is Windows Mail. I am running Vista Home
>>> >> > Premium
>>> >> > OS. Is this problem occuring because I am not using Outlook? Or is
>>> >> > there
>>> >> > some other issue?
>>> >> > THanks
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>
> |
|
| Back to top |
| | | |
|
| |