Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) OutlookSession.Delete Examples
Programming Language:
C# (CSharp)
Class/Type:
OutlookSession
Method/Function:
Delete
Examples at hotexamples.com:
1
C# (CSharp) OutlookSession.Delete - 1 examples found
. These are the top rated real world C# (CSharp) examples of
OutlookSession.Delete
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
OpenFolder(6)
Uninitialize(3)
Initialize(3)
GetDefaultMsgStore(2)
GetMessageID(2)
GetMsgStores(2)
Dispose(2)
GetAddrBook(1)
GetCategories(1)
GetFolderID(1)
Delete(1)
MarkAsRead(1)
NewAppointment(1)
OpenMessage(1)
Receive(1)
Send(1)
SetCategories(1)
ChangeFolder(1)
Frequently Used Methods
OpenFolder (6)
Uninitialize (3)
Initialize (3)
GetDefaultMsgStore (2)
GetMessageID (2)
GetMsgStores (2)
Dispose (2)
GetAddrBook (1)
GetCategories (1)
GetFolderID (1)
Frequently Used Methods
Delete (1)
MarkAsRead (1)
NewAppointment (1)
OpenMessage (1)
Receive (1)
Send (1)
SetCategories (1)
ChangeFolder (1)
Example #1
0
Show file
File:
GXOutlookSession.cs
Project:
jechague/DotNetClasses
public short Delete() { ResetError(); session.Delete(this); return(errorCode); }
x