python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Watch entries disappear when using CreateObject for Excel.Application
I have some VBA code in an Access database which creates an object using CreateObject("Excel.Application"). I have added a watch on a string variable. When I try to step through the code, th...
T. Laza
Votes: 0
Answers: 1
Connection could not be established with host smtp.office365.com :stream_socket_client(): php_network_getaddresses
I'm getting this error when sending an email via Office 365 from a Laravel system.
But the peculiarity is that it is random. It is not a mail configuration problem. Sometimes it works, sometimes it gi...
jpussacq
Votes: 0
Answers: 2
Connecting to Exchange Online with a Certificate and C#
Anyone using c# to connect to Exchange online? I am running into a problem that I can't seem to make progress on.
I have the following snippet of code trying to connect to exchange online:
public Runs...
Kevin C
Votes: 0
Answers: 2
Why can not I use the O365 package in python?
Here is the code that I am using to interactive with Office 365:
from O365 import Account
credentials = ('...', '...')
account = Account(credentials)
if account.authenticate(scopes=['basic', 'message_...
Erika
Votes: 0
Answers: 1