<html> <table class=“table-slist”>
<tr> <td style="width: 35%;"> <h2>Default Ports:</h2> </td> <td style="width: 35%;">Server:</td> <td style="width: 15%;">Authentication:</td> <td style="width: 15%;">Port:</td> </tr> <tr> <td>SMTP Server (Outgoing Messages)</td> <td>Non-Encrypted</td> <td>AUTH</td> <td>25 (or 587)</td> </tr> <tr> <td> </td> <td>Secure (TLS)</td> <td>StartTLS</td> <td>587</td> </tr> <tr> <td> </td> <td>Secure (SSL)</td> <td>SSL</td> <td>465</td> </tr> <tr> <td>POP3 Server (Incoming Messages)</td> <td>Non-Encrypted</td> <td>AUTH</td> <td>110</td> </tr> <tr> <td> </td> <td>Secure (SSL)</td> <td>SSL</td> <td>995</td> </tr> </table>
</html> A List of SMTP and POP3 Server
Incoming Mail (POP) Server - Requires SSL
Server - pop.mail.yahoo.com Port - 995 Requires SSL - Yes
Outgoing Mail (SMTP) Server - Requires TLS
Server - smtp.mail.yahoo.com Port - 465 or 587 Requires SSL - Yes Requires authentication - Yes
If your POP client doesn't offer TLS, you'll still be able to use SSL.
Login info - Requires authentication
Email address - Your full email address (name@domain.com.) Password - Your account's password.
Once done, you can switch back to the Day/Week/Month view via Change View→ Calendar
For instance; Attachment Save from Sperry Software. If you decide to order use BH93RF24 to get a discount. Deleting large Calendar items
Sub FileAs()
(Outlook 2003) Dim oFolder As MAPIFolder (Outlook 2007) Dim oFolder As Folder Set oFolder = Session.PickFolder
If oFolder Is Nothing Then Exit Sub
For Each Item In oFolder.Items Dim oContact As ContactItem Set oContact = Item If Not oContact Is Nothing Then If oContact.FirstName = "" Then oContact.FileAs = oContact.LastName ElseIf oContact.LastName = "" Then oContact.FileAs = oContact.FirstName ElseIf oContact.LastName <> "" Then oContact.FileAs = oContact.FirstName & ", " & oContact.LastName End If oContact.Save Set oContact = Nothing End If
Next
End Sub
Outlook /ResetFolderNames
Hold Ctrl-Shift when clicking the Outlook icon.
Over time, all of your saved calendar items might add up to a large number and occupy a large amount of space in your data file. To free some of this space, you can reduce the number of saved items by archiving or deleting them.
The archive process deletes items from your data file after first making a backup of the items in another Outlook data file.
The process of deleting removes all the items from your data file without making a backup.
Warning: The following steps will delete all items in your calendar, including holidays that are automatically added to the calendar. You can replace default Outlook holidays that are deleted during these steps, but all other calendar items will be permanently deleted.
There is a great command line tool to trouble shoot your calendar.