Microsoft
Software
Hardware
Network
Question : External Dsn Max Message Attach Size
how do i cahnge the size of External DsnMax Message Attach Size from 10MB to 20mb
and how do i change the Internal Dsn Max Message Attach Size form 10MB to 20mb
i have rang these two but have not worked
et-Transportconfig maxreceivesize 20MB
Set-Transportconfig maxsendsize 20MB
when i run
get-receiveconnector | select identity,maxmessagesize
Identity MaxMessagesize
SERVEREX\Default SERVEREX 10MB
SERVEREX\Client SERVEREX 10MB
what o i need to type to change max message size to abel to send to 20mb
Answer : External Dsn Max Message Attach Size
i ran this and was able to send mail upto 20mb
Set-SendConnector -identity "your smtp sender name go here" -MaxMessageSize: 20MB
Random Solutions
OCS 2007 Issue
Delete subjob record when delete main table record
CFileDialog extending? - How to add button & onclick handler
Error when updating from MS Money 2000 to MS Money 2008
Update field following DISTINCT query
On click button font color change in MS access
How do I control (set) printer properties programatically without the print dialog window?
how to use rc2 file?
How do I change Notepad to print landscape using Access VBA
Changing Report Recordsource Property in VBA